text color

Discussion in 'RoadFighter WordPress Theme' started by liftedplane, Sep 22, 2015.

  1. liftedplane

    liftedplane New Member

    Joined:
    Jul 16, 2013
    Messages:
    23
    Likes Received:
    0
    Location:
    Washington State
    I'm having an issue changing my text color to be readable against my background. I've tried editing everything I can

    here's a link to what I'm talking about

    http://13th-legion.com/forums/users/john-o/

    thank you for the help
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Why to try everything and waste your time when we are here to assist you.

    To change the colour of the text on the right of the image. Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p {
        color: #312F2F !important; 
    }
    
    To change the colour of the text on the bottom of the image. Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a {  
        color: #4d4c4c !important;
    }
    
    Note:- The color codes mentioned here is the one which is currently on your webpage. You have to change it to your desired color.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page