Hi
I am using the google roboto font, but would like to reduce the letter spacing on my H2, H3 , H4 and menus etc
Is there a way to do this either for individual headings etc or for all my text in one go
Cheers
Mike
Hey nsr500rossi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
h1, h2, h3, h4, h5, h6 { letter-spacing: 0.01em !important; }
Best regards,
Yigit
Brilliant ..
Could i have the CSS to reduce the spacing for the header menus as well
Cheers
Mike
Hey!
Please add following code to Quick CSS as well
#top .av-main-nav > li > a { letter-spacing: 0.01em !important; }
Best regards,
Yigit
Wicked
Thanks again Yigit
Mike