Changing font size and weight
-
Totally new to CSS, trying to learn..
How would I add a CSS snippet to change the font size and weight in the menu? Do I need to add a class? None of the below worked.
[shortmenu menu="Recipe shortcodes" display="inline" enhance="true" submenu_color="#000000" submenu_anchor_color="#e0e0e0" submenu_anchor_hover_color="#ffffff" submenu_transparency="0.8" arrow="true" css="{ font-weight: bold; }" ]
[shortmenu menu=”Recipe shortcodes” display=”inline” enhance=”true” submenu_color=”#000000″ submenu_anchor_color=”#e0e0e0″ submenu_anchor_hover_color=”#ffffff” submenu_transparency=”0.8″ arrow=”true” css=”p.thicker { font-weight: 900; }” ]
`[shortmenu menu=”Recipe shortcodes” display=”inline” enhance=”true” submenu_color=”#000000″ submenu_anchor_color=”#e0e0e0″ submenu_anchor_hover_color=”#ffffff” submenu_transparency=”0.8″ arrow=”true” css=”ul.shortcode_menu.p.thicker { font-weight: 900; }” ]
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing font size and weight’ is closed to new replies.