Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1398738

    Hello,

    1/ Since a while I have 2 light grey lines below the main menu, there should be juste one !
    I updated Enfold to the latest version and WP as well ! How can I change this ?

    2/ How can I change the color of the second button “Kontakt” in the main menu (it is yellow)?

    3/ Top menu, we can’t change the menu points to another color – look at ReFo – I changed it in the menu to a colored button, but it does not change!

    Thank you in advance,
    AB

    #1398786

    Hi A,

    Thanks for giving us admin access.

    1. Both menu items have Menu Style of Colored button that’s why both of them have the same color.

    2. Try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #header #avia-menu #menu-item-21066 > a, 
    #top #header #avia-menu #menu-item-21066 > a .avia-menu-text {
        background-color: blue;
        color: white;
    }

    3. Top Menu can be changed in Enfold > Advanced Styling > Small Bar above main menu, then change the settings but this affects all of the top menu items. We can help with CSS code though, please add this CSS code to change ReFo to make it like a Colored Button:

    #top #header_meta #menu-item-464 > a {
        background-color: #df9f1f;
        border-radius: 4px;
        padding: 2px 8px;
    }

    Just change the color as you see fit.

    Best regards,
    Nikko

    #1398821

    Hello Nikko,

    Thank you, I could change the color of the “Kontakt” button, but I still need an answer to question 1

    – the second grey thin line under the main menu – look at the link below – how can I gt rid of it?

    I’ve several Enfold websites and this line comes up often after an update.

    Best regards, AB

    #1398869

    Hi AB,

    I apologize for that, please add this CSS code as well:

    #top #main .container_wrap_first {
        border: 0;
    }

    Best regards,
    Nikko

    #1398897

    Hello Nikko,

    Yes this works !

    Thank you, great support!
    AB

    #1398905

    Hi anma,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘2 lines after top menu & change button colors’ is closed to new replies.