Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #699877

    Hi,

    I cannot change the color of the seconday menu. It is white and stays white….

    #700487

    Hey studioinktvis,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #700527

    Hi,

    See below.
    I also get a lot of erors with wpml.
    You can see them here if you are logged in as administrator => http://www.studioinktvis.com/?lang=en

    #701069

    Hi,

    The secondary is black and visible (Mijn account, Winkelwagen). Is this fixed? if it’s not please post a screenshot.

    Best regards,
    Nikko

    #701130

    No, stil white

    #701211

    Hi!

    Please post a screenshot and if you can provide more details so we can provide a solution. This is what it looks like on my end and I have circled in red the secondary menu: http://imgur.com/a/cirls

    Regards,
    Nikko

    #701232

    It looks the same on my side. It needs to be black and white letters.
    But it will not change if I edit it in the admin area.

    #701304

    Hi!

    Kindly add this code to Quick CSS:

    #header_meta {
        background: black;
    }
    
    .header_color .sub_menu>ul>li>a {
        color: white;
    }

    Just change the colors that you’d like to use. If it doesn’t work try this code instead:

    #header_meta {
        background: black !important;
    }
    
    .header_color .sub_menu>ul>li>a {
        color: white !important;
    }

    Hope this helps. :)

    Regards,
    Nikko

    #701337

    No. I’ve tried both. Nothing works ;-(

    #701616

    Hi!

    It seems like changes in Quick CSS doesn’t seem to take effect in the front-end. I have added the code above to style.css of the Enfold Child, you should see it in Weergave > Editor. Kindly refresh your page using ctrl + f5 to clear browser cache.

    Cheers!
    Nikko

    #701866

    It worked! Thanks!!!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘secondary menu color’ is closed to new replies.