Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #412664

    Hi,
    my request is how to set a different colour in the header section of the secondary menue – like in the new enfold shops demo.
    I am using the flat business layout.

    thanks and best regards
    Michael

    #412981

    Hey Michael!

    Please go to Enfold theme options > Advanced Styling and edit “Small bar above main menu”

    Best regards,
    Yigit

    #413039

    Thanks Yigit,

    I have tried that but it changes colours only with the sticky header option and only when scrolling down – not when I am on top of the site.
    Maybe because I am applying a transparent header – when I am change the settings to no transparenncy also the main menu section changes colour, but I just want the small bar changed…
    Is there a way to do that?
    It’s definitely a minor issue, but I want to give my site a finishing touch.

    Best regards

    #413044

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_header_transparency #header_meta {
      background-color: orange!important;
    }

    Cheers!
    Yigit

    #413050

    Hi Yigit,
    that does it – thanks for the quick reply!!
    Can I change the font colour in the small bar also with CSS and how?

    Best
    Michael

    #413056

    Hi!

    Please add following code to Quick CSS as well

    #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
      color: orange;
    }

    Regards,
    Yigit

    #413064

    Great – thanks!
    exceptional support – love it :-)

    All my best
    Michael

    #413069

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘different colour in secondary menue’ is closed to new replies.