Hi,
I cannot change the color of the seconday menu. It is white and stays white….
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
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
Hi,
The secondary is black and visible (Mijn account, Winkelwagen). Is this fixed? if it’s not please post a screenshot.
Best regards,
Nikko
No, stil white
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
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.
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
No. I’ve tried both. Nothing works ;-(
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
It worked! Thanks!!!!