Change color of background of Home Page Testimonial Description?

Discussion in 'RoadFighter WordPress Theme' started by gloryous, Jun 23, 2017.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Greetings!

    Is it possible to change the color of the background of the Testimonial Description on the Home Page? My client is asking about making it a red: #8c1919

    Home-Page-Testimonial.png
    Thank you!
    Glory
     
    smith likes this.
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To change the background color of the testimonial description, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_testimonial p {
        background: #8c1919;
        border: 2px solid #ff6251;
        color: whitesmoke;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
    gloryous likes this.
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Thank you, Akbar!
     
    smith likes this.
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    You are most Welcome!

    Always feel free to ask your queries at our support forum:

    http://inkthemes.com/community/

    We would be glad to assist you...

    Have a nice day!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
    smith likes this.
Thread Status:
Not open for further replies.

Share This Page