Hey guys!
I’d like to have square photos for my post slider (specific on the home page) and then for the featured image on the blog page.
Also — what is the coding I can use to increases the spacing between the letters on the Main Menu links?
Thanks! LOVE this theme and will continue to buy more!
Hi creatiffco!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-image, .avia-content-slider .slide-image img,.small-preview img, .big-preview img {
border-radius: 0!important;
}
.av-main-nav > li > a {
letter-spacing: 3px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Thank you! Worked great! What’s the CSS for line spacing in the body text?
you’re the BEST. thanks!!