Drop Down Menu Size: Oxygen Theme
-
Hi, I want to change the size of the drop down menu items (i.e. Crafts, Family, Money) and I can’t figure out the CSS code to do so. I’ve searched using the inspect element feature on my Mac and I can’t find the code to use so that I can edit those drop down menu items. Can anyone help me out? Thanks!
My blog is: alexiskrystina.com
The blog I need help with is: (visible only to logged in users)
-
You have added this:
.main-navigation ul li a { color: #10B0C6 !important; font-size: 26px !important; font-weight: 700; }Remove the font-size from it, add these, and change the 18 to adjust:
.main-navigation a { font-size: 26px !important; } .main-navigation li li a { font-size: 18px !important; } -
-
- The topic ‘Drop Down Menu Size: Oxygen Theme’ is closed to new replies.