Nav button name font size
-
My theme is Origin. In my header, the names of the menu items are a little too small and the wrong color. I have customization upgrade. Can I easily make these two changes? I have not done any CSS or html programming at all. Thank you!
The blog I need help with is: (visible only to logged in users)
-
Adjust the em value as desired. You can use whole numbers (1, 2, etc.) or decimal (1.2, 1.5, etc.).
#menu-primary li a { font-size: 0.846154em; } -
-
- The topic ‘Nav button name font size’ is closed to new replies.