Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1485851

    I need to make some modifcations on portfoli0 items with the testimonials in place, for instance here:

    https://anthonyi34.sg-host.com/portfolio-item/tanium-2/

    I mag=nahed to change the color of the box and the size of the text in it, however I can’t target the little arrow, whe I did it made an arrow appear on the main grid of projects here:

    https://anthonyi34.sg-host.com/projects/

    To be honest I don;t recall how we turned the little arruws off on this grid beloew each thumbnail, but target the arrow even with testimonial added in the code not jst arrow made them reapear there.

    So..how can I change the coloe of the little arrow just on the testimonials, and also how can Ichange the color of the text in the box. My css was able to make the text bigger but not effect the color.

    Thanks so much

    #1485873

    Hey tonyiatridis,

    Thank you for the inquiry.

    To adjust the color of the testimonial arrow, please add this css code:

    .avia-testimonial-arrow-wrap .avia-arrow {
        background-color: #c8cedd !important;
        border-color: #c8cedd;
    }

    The text or span element in the testimonial content has inline styling, so you’ll need to remove it in order to assign a different text color.

    <span style="color: #808080;">“When it comes to customer service, Brookwood Construction is top notch.&nbsp; I have a great level of comfort knowing Brookwood is behind the wheel, driving the project to completion.”</span>
    

    Remove this part:

     style="color: #808080;"
    

    Let us know the result.

    Best regards,
    Ismael

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