Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1068359

    Hello,
    how can I change the submenu (dropdown menu) colours for the secondary menu in Enfold? You find the link below, I want it to look like the Main menu.

    #1068451

    Hey rotarex,

    Best regards,
    Victoria

    #1068805

    Hello Victoria,

    find the link below. The secondary menu drop-down is green with a dotted line between options, I need it to be white, same as the main menu dropdown.
    Thank you in advance!

    #1068923

    Hi rotarex,

    Thank you for clarifying.

    https://cl.ly/0e0b6d2e5a08 I am seeing it white. Did you get it working for you or do you need more help?

    Best regards,
    Victoria

    #1068933

    Hello again Victoria,

    please tell me the exact place in wp enfold menu where this customisation can be done. Thank you!

    #1068939

    .

    #1069294

    Hi,

    Thanks for the screenshot, you can set that under Enfold->Advanced Styling, look for the Main menu sub level links options.

    Best regards,
    Rikard

    #1069487

    Hello Rikard,

    I made the modification in the advanced styling tab, but still, it doesn’t suit my needs. See the link below.
    Thank you very much!

    #1069856

    Hi,

    Thanks for that, is that the extra menu above the main menu you are referring to? If so then it’s white on my end already, please try clearing your browser cache if you are not seeing the changes. If it’s not that menu you are referring to then please post a link where we can see the results shown in your screenshot.

    Best regards,
    Rikard

    #1069958

    Hello Rikard,

    I have cleared cache and everything, the website I’m talking about is http://www.roprofil.com and yes, I am talking about the extra menu above the main menu. I want to keep the dropdown of the extra menu as it is, but I want the main links (the ones in the green section) text to be white without modifying the colour of the main menu links.
    Thank you for your patience! :)

    #1071257

    Hello Rikard,
    I have cleared cache and everything, the website I’m talking about is http://www.roprofil.com and yes, I am talking about the extra menu above the main menu. I want to keep the dropdown of the extra menu as it is (white background and grey text), but I want the main links (the ones in the green section) text to be white without modifying the colour of the main menu links.
    Thank you for your patience! :)

    #1071632

    Hi,

    Thanks for the update.

    You can use this css code to change the color of the secondary menu items to white.

    .header_color .sub_menu>ul>li>a {
        color: #ffffff;
    }
    
    .header_color .phone-info {
        color: #ffffff;
    }

    If you want to include the social icons, add this:

    .header_color .social_bookmarks a {
        color: #ffffff;
    }

    Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the modifications.

    Best regards,
    Ismael

    #1072559

    Hello Ismael,

    I pasted the code but it also changes the submenu text in white, making it impossible to read. I want the text above the logo to be white, please give me the code for that too. Se screenshot below. Looking forward to your answer.

    Kind regards

    #1072865

    Hi,

    Thanks for the update.

    We adjusted the code a bit to exclude the sub menu container and change the color of the phone info. Please try it again and don’t forget to purge the cache prior to checking the page.

    Best regards,
    Ismael

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