Archived topic
Main Menu Styling
1 reply · Started by William on February 28, 2016
Hello!
I am having a problem determining how to style the main menu. Specifically, the UL. It seems I am able to target and style each of the individual menu items with the list item and anchor tags, but not the UL to encompass the entire menu.
Here is my current state:
http://www.fasttrackse.com.php56-19.dfw3-1.websitetestlink.com/
Here is the menu I'm trying to create:
http://www.fasttrackse.com/
I'm using a child theme. Please let me know if it is more advisable to use the plugin, Simple CSS.
Any help would be fantastic, thanks!!
- Bill
To target the area that surrounds the items, you would use this selector:
.inside-navigation
Let me know if that helps or not :)
