How to change the body text in the top menu of the page?

Hello,

To make these types of changes, I recommend using Firebug, as it will be very useful for testing these types of changes and applying them to the correct CSS file. In the blog we have talked about its use:

To change the font size of the main menu you can edit the file templates/gk_shop_and_buy/css/template.css and add a code like the following at the end:

#gkTopMenu li a { font-size: 16px; }

Instead of 16px you can put the size you want.

About the mouseover effect you will have to add a code like the following in the same file:

#gkTopMenu li a:hover { color: #ff0000; }

In the example above I have made the text color change to red when you mouse over the links, but you can put whatever you want.

Personally, I do not recommend applying many changes of this type because they do not usually end up looking good at the design level.

AnswerQuote

Answered: 04/23/2014 6:17 pm

See also  Install and configure Redsys in WooCommerce -
Loading Facebook Comments ...
Loading Disqus Comments ...