Hi,
The widget to add a search box is not working. It does not allow typing of the word within the box but shows up on the word “search” and does not produce any results.
Additionally, how to I change the font style and color for the primary menu’s?
Thanks.
Hi @brnichani,
Regarding the search box, we figure it out that is a bug and | already reported this to the developer team. I hope that soon we will have an answer.
to change the font and color for the primary menu use this css code:
#header .top-header .header-navigation ul li {
color:#fff;
font-size:12px;
}
Change the values with your own custom values.
Thanks,
Cristian
Thanks for your response. What would be the font color for red. I used #FF0000 and it did not work. Also, how do I change the font style?
Hi @bnichani,
Use this source for all css values related:
http://www.w3schools.com/css/css_intro.asp
Thanks,
Cristian