How change top menu color?

Posted in: Newsmag
Post count: 115

Hi friends

How change this color?
top

And this text
text
and
text

Post count: 23312

Hello Andre,

You should use the following code if you want to change the color for desired elements. Place the code in Theme panel->Custom CSS area.

The code is ->

.td-header-sp-top-menu .top-header-menu>li>a{
color:red!important;
}
.td-header-sp-top-menu .top-header-menu>li>a:hover{
color:green!important
}
.mfp-content .td-login-panel-title, .mfp-content .td-login-info-text a, .mfp-content .td-login-button {
color: red!important;
}

Using this code, you can change the values as you wish.

Hope this helps!

Thanks for your understanding!

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