CSS Help: Change dot color in menu, Stow theme
-
I’m looking to change the color of the dots in the Stow menu, premium plan.
I used this code to change the background color of the menu bar, successfully:
body:not(.fse-enabled) #site-navigation, body:not(.fse-enabled) .main-navigation {background-color: #648a9f;}Now I’m looking for code to change the dots.
Any help would be appreciated, thanks!
The blog I need help with is: (visible only to logged in users)
-
Via Custom CSS https://wordpress.com/support/custom-design/custom-css/ try this:
body:not(.fse-enabled) #site-navigation.main-navigation ul li a::after, body:not(.fse-enabled) .main-navigation.main-navigation ul li a::after { color: #000; }
- The topic ‘CSS Help: Change dot color in menu, Stow theme’ is closed to new replies.