Testimonial Box Color

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Apr 27, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like the testimonial box to be white or transparent just like the rest of the page and for the outline to be solid black instead of gray. Can we change this? Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_testimonial p {
      background: white;
      border: 2px solid black;
    }
    Thanks,
    Praveen
     

Share This Page