Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258052

    Hello to all ! Hope you are all doing well during this COVID time…

    I edit a new website and I use transparency menu.

    I would like to change background color and color of text menu in the scrolling down container
    See the area I speak about in the image in private content

    Thanks for helping ;)

    Regards,
    Iceman

    • This topic was modified 3 years, 11 months ago by ICEMAN.
    #1258349

    Hi ICEMAN,

    For the background color, go to Enfold > General Styling > Logo Area (tab) > Default Background color.
    And as for the menu, go to Enfold > Advanced Styling > (Select an element to customize) select Main Menu Links then change the font color.
    Hope this helps.

    Best regards,
    Nikko

    #1259882

    Thanks Nikko for helping,

    I would like to change this with CSS in the best way.
    I would also like to change the height of the scrolling menu (when it becomes smaller) with CSS, How can I do that ?

    Thanks in advance,

    Regards,
    Iceman

    • This reply was modified 3 years, 11 months ago by ICEMAN.
    #1260208

    Hi Iceman,

    You can try to use this CSS (just change the colors):

    .header-scrolled #header_main {
        background-color: blue;
    }
    
    .header-scrolled #header_main #avia-menu .avia-menu-text {
        color: white;
    }

    Best regards,
    Nikko

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