header border

Home Forums Jevelin Theme header border

Home Forums Jevelin Theme header border

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • rokasjrokas
    Participant

    Hi.

     

    I have a website klientas1.club

     

    I want to remove bottom border from header. Also on mobile.

     

    I tried changing css in the code, but that didn’t affected anything.

     

    Well, I hope you guys will help me.

     

    Thanks!

    Hi @rokasjrokas,

     

    I hope you are well today and thank you for your question.

     

    I visited your shared site but didn’t see any bottom border in the header as shown in the attached screenshot.

     

    Have you managed to remove it?

     

    Best regards,
    Shufflehound team

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

    rokasjrokas
    Participant

    Well. It will appear when you scroll down. Also it appears on the computers. The most important thing is – fully remove it. It has to be gone on computer and mobile.

     

    Thank you!

    Solution for this topic

    You can remove it 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,
    #page-container #header-mobile {
        border-bottom: 0 !important;
    }

    rokasjrokas
    Participant

    Superb! and I have two last requests.

     

    When you scroll a bit down, header bacomes white. I want it to make transparent.

     

    And other thing, is it possible to make header full with. Because when I open in on big screen 1920px for example, navbar appears almost in the middle. I would love it to have on top right corner.

     

    Thank you sooo much! Probably the best support! <3

    Solution for this topic

    Please use below custom CSS code to achieve this.

     

    .sh-sticky-header.sh-sticky-header-active {
        background: transparent;
    }
    
    .sh-header .container {
        max-width: 97% !important;
        width: 100% !important;
    }

    rokasjrokas
    Participant

    And very last question. How to remove javelin logo? I deleted header logo, but gray javelin logo appeared.

    How to remove javelin logo? I deleted header logo, but gray javelin logo appeared.

    You can remove it from the theme header settings as shown in the attached screenshots.

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

    rokasjrokas
    Participant

    Is there a custom code?

    No, you don’t need any custom CSS code.

     

    Just use the above displayed theme option.

Viewing 10 posts - 1 through 10 (of 10 total)