How to change date color font

Posted in: Newsmag
Post count: 2

Hallo, I recently change the background colour of my website from black to white and for that reason I changed all the white fonts to black in menu and so on. There is only one thing I couldn’t change: the color of the date in the top menu.
As you can see at this link http://www.recoverweb.it the menu is black but the date is still white. Thanks in advance

Post count: 35449

Hi,
Normal that color should change in the moment you change the color from here -> https://i.imgur.com/rfDeMuT.png
If this is not working, then maybe you have a custom css that it is apply and for this you can try this custom css:
body .td-header-sp-top-menu .td_data_time {
color: #000;
}

You need to set the code in the theme panel > custom code> custom css.
I hope this will help you!
Thank you!

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