Viewing 5 replies - 1 through 5 (of 5 total)
  • To remove the border please add the following code in Appearance > Customize > Additional CSS:

    .strong-view.default .testimonial-image img {
        border: none;
    }

    All the best,
    Mihaela

    Thread Starter parmenioneyes

    (@parmenioneyes)

    Hi,

    I added the the code but it doesn’t solve the problem.

    Hello @parmenioneyes,

    Please also add this code in Additional CSS:

    .strong-view.default .testimonial-image img {
        background: none;
    }
    Thread Starter parmenioneyes

    (@parmenioneyes)

    Sorry it doesn’t solve the problem. In fact no matter the change I do in my style.css located in child theme i think the css aren’t taken into account. What is the file css file I must change with default theme ?

    Thank you

    Thread Starter parmenioneyes

    (@parmenioneyes)

    I find a solution. I edited templates/default/content.css and deleted the code

    strong-view.default .testimonial-image img {
    /*background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 6px;*/
    margin: 0 auto;
    }

    I don’t understand why my style.css don’t work..

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Delete Border around Gravatar’ is closed to new replies.