Okay
  Public Ticket #2680057
Testimonial adjustments
Closed

Comments

  • Marcellkox started the conversation

    I want the quote image to be removed in the testimonial and change the text color, font and size.

    How can I do that?

  •  2,963
    Andrew replied

    Hi Marcellkox,

    Use the following custom css:

    .light .testimonial_slider .image-icon {
        display: none;
    }
    .testimonial_slider blockquote p {
        font-size: 30px;
        color: green;
    }
    

    Kind regards.

  • Marcellkox replied

    Hey Andrew,

    I made an adjustment to the testimonial slider. I moved it to a new row. And now the icon had returned.
    Tried to place the CSS again, but it won't work.

    Can you help me?

  •  8,848
    Tahir replied

    Hey,
    Please provide the page URL so I may write up the custom CSS for this request.
    Thanks


    ThemeNectar Support Team 

  • Marcellkox replied

    www.fiducialis.nl

    But the row is also used on other pages.

  •  8,848
    Tahir replied

    Hey Again,

    Edit* Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .testimonial_slider .image-icon {
        display: none !important;
    }
    .testimonial_slider blockquote p {
        font-size: 30px;
        color: green;
    }

    Thanks


    ThemeNectar Support Team