Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #410247

    Hi,

    Is there any way to change the color of the navigation links and the alternate logo on one page only and not all the pages within Enfold?

    #410360

    Hey Michael!

    Yes it is, please provide us with a link to the page in question and we’ll give you some custom CSS.

    Best regards,
    Rikard

    #410725

    Thanks Rikard

    I just added this code

    .html_header_top.html_header_transparency #header {
    background-color: rgba(255,255,255,0.3);
    }

    Which is great on the home page (Welcome) of the website,

    But I prefer to have that disabled on the rest of the pages.

    And I would also like it to be a white font color on all pages EXCEPT the home page (Welcome)

    Site is linked in private.

    #410726
    This reply has been marked as private.
    #411148

    Hey!

    Please change your code to following one

    .home #header.av_header_glassy {
      background-color: rgba(0,0,0,0.3)!important;
    }

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.