Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #608532

    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!

    #608985

    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

    #608986

    Thank you! Worked great! What’s the CSS for line spacing in the body text?

    #608995

    Hey!

    Please use following one

    body p {
        letter-spacing: 1px;
    }

    Best regards,
    Yigit

    #608998

    you’re the BEST. thanks!!

    #609325

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.