Hello,
I have a leftside menu on my site, which font size/default colour and paragraph space size between the menu items, how can I do that?
So I want to change 3 things in the menu items:
1: Leftside menu font size
2. To customize paragraph space between menu items.
3. How to have menu items in black coloured in default not grey like it is currently
Hey pimroll,
For 1 and 3, kindly add this in Quick CSS:
.sidebar_left .menu li a {
font-size: 15px;
color: black;
}
Just adjust the values.
As for 2, I’m not sure what you mean, is it the top and bottom spacing between menu items?
Best regards,
Nikko
Hello Nikko,
Thanks changed the color and the font size. By the 2 I mean yes the space between the menu items.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.widget_nav_menu a {
padding: 10px 0px 10px 0;
}
Best regards,
Yigit
Hello Yigit,
Thanks, it worked:)
Hey!
Glad we could help :)
Best regards,
Nikko