How to remove border from second header

Home Forums Jevelin Theme How to remove border from second header

Home Forums Jevelin Theme How to remove border from second header

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • B�e½
    Participant
    1. How can i remove the border from the Picture (see Picture) only in the second header
    2. How can i setup the Background color from the “first” header?

     

    Thanks for your answer!

    Kind regards

    B�e½

    Attachments:
    You must be logged in to view attached files.

    Hi B,

     

    Thank you for your questions.

     

    How can i remove the border from the Picture (see Picture) only in the second header

    Could you please share me your site URL where it’s displaying so that i can help you to remove it?

    How can i setup the Background color from the “first” header?

    I am not sure what you want to achieve here so could you please describe it a bit more in detail?

     

    Best regards,
    Shufflehound team

    B�e½
    Participant

    You got a mail with all Information.

     

    My problem is that i cant overwrite this (style.css:302):
    <div class=”styles-section-title styles-selector”>
    <div><span class=”selector”><span class=”simple-selector selector-matches”>.primary-desktop-light .sh-header:not(.sh-sticky-header-active)</span></span> {</div>
    <div><span class=”webkit-css-property”>background-color</span>: <span class=”value”>rgba(255,255,255,0.0)!important</span>;</div>
    <div><span class=”webkit-css-property”>border-bottom</span>: <span class=”value”>1px solid rgba( 255,255,255,0.10 )!important</span>;</div>
    </div>
    <div class=”sidebar-pane-closing-brace”>}</div>

    Instead of sending email you can  share details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”

    B�e½
    Participant

    Where is the problem? How do I get the dash away ?!
    Do I have to discuss 4 days now?

    This is not the problem. The border is a part of theme design but if you want to remove it then you can do so by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-header {
        border-bottom: 0 !important;
    }

    B�e½
    Participant

    thank worked for Desktop version.

     

    in mobile version not. How can i fix in mobile version?

    To make it work on mobile please use below custom CSS code instead of above shared CSS code.

     

    .primary-mobile-light .sh-header-mobile,
    #page-container .sh-header {
        border-bottom: 0 !important;
    }
Viewing 9 posts - 1 through 9 (of 9 total)