• I want to change the theme color to white but while doing this the menu and many other items are not visible due to the white color of the text. How can I alter the text color in the menu from white to black?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @tanmaymeh

    You can use the following code in additional CSS box to change the menu color to black:

    .search-main a,
    #site-navigation ul li a {
    	color: #333333;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Text color altering’ is closed to new replies.