Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #920934

    Hi,

    I’ve added the following code to make my blog feature images circle for the post slider:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 200px;
    }

    However as you will see when you visit the website there seems to be a bunch of white being added to the left and right of the images (they are square images). Scroll the the bottom of the home page to see.

    #921046

    Hey tokenofhon,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        border-radius: 200px;
        background: transparent!important;
    }
    

    Best regards,
    Vinay

    #921392

    Perfect, thankyou!

    #921525

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog feature image circle’ is closed to new replies.