Icon color in sticky menu in Newspaper

Posted in: Newspaper
Post count: 14

In custom CSS I used this code to have icon color in menu and it work

.menu-item-585 .fa {
color: #0088c8;
}

But I have problems because I don’t know how to setup the color #ffffff for sticky menu of site.
I have same color that in normal menu and it’s the same of background of stiky. I need #ffffff.

Can you help me?

Post count: 20688

Hi,

So you want to change that icon color when the menu is sticky, to a different color? I could take a look, please provide a link to the website if possible, for a more accurate solution.

Post count: 14

The site is not online.

I use this and it works:
.menu-item-585 .fa {
color: #0088c8;
}

But still blue in sticky menu and I want to change in white #ffffff. ONLY IN STICKY.
Thank you.

Post count: 14

Maybe I can use this. It seems to work good.

.td-header-menu-wrap.td-affix .menu-item-585 .fa {
color: #ffffff;
}

Post count: 20688

That should work, it will apply when the menu is in sticky mode and change the color of the icon .

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.