badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Font Color Change in Testimonial

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5535
    solaris
    Participant

    How can I change the color of the font only in the testimonial? I want to change it from gray to white

    #5541
    Rabin Shrestha
    Participant

    Hi Solaris,

    You can paste this CSS in your Custom CSS box in theme Options panel

    .widget_testimonial .testimonial-post {
        color: #FFFFFF;
    }

    If that didn’t work try this

    .widget_testimonial .testimonial-post {
        color: #FFFFFF!important;
    }

    Rabin

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