Mods the Header

Home Forums Jevelin Theme Mods the Header

Home Forums Jevelin Theme Mods the Header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • Lvk3
    Participant

    Hi,

    Is possible to make the header white with transparency like 0.6?

     

    I attached an example images.

     

    Thanks

    Luca.

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

    Hi Luca,

     

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

     

    We can achieve this developing custom CSS code.

     

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

     

    Best regards,
    Shufflehound team

    Lvk3
    Participant

    You can achieve 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 .primary-desktop-light .sh-header:not(.sh-sticky-header-active) {
        background-color: rgba(255,255,255,0.6)!important;
    }

    Lvk3
    Participant

    Ok thanks, the css works fine.

    Now how i can modify the header text color like the image attached?

     

    Thanks

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

    annapanpurna
    Participant

    Hi, sorry to interfere with your q/a, but I need to change the same header text and background – not the header background. I didn’t get any response to my own question about it. What is the header nav text and it’s background called?

     

    /Anna

    @Lvk3

     

    Now how i can modify the header text color like the image attached?

    You can change it using below CSS code.

    body .primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a{
        color: rgba(61,61,61,0.69)!important;
    
    }

    @annapanpurna

     

    I didn’t get any response to my own question about it.

    Could you please share me the page URL where you have asked the question so that i can help you?

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