One Clip Change Menu Text Color - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

One Clip Change Menu Text Color

GT

George Thomopoulos

Template 2 years ago

Hello,

in One Clip template I want to change the menu text color from white to black in order for the menu to be visible (before scrolling down, because when scrolling down the page, the menu color changes to black). Can you please send me the css code? I use Menu Corporate and Mega Menu type.

Regards George

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #113222

Hello George Thomopoulos

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.variation-corporate .sp-megamenu-parent >li >a{
    color: black;
}

Best regards

0