Slider Background Color and Text Color

Discussion in 'ToomMorel WordPress Theme' started by patoh777, Oct 17, 2014.

  1. patoh777

    patoh777 New Member

    Joined:
    Dec 28, 2011
    Messages:
    9
    Likes Received:
    0
    Location:
    Singapore
    Currently, the background color is dark and text is white in color, but I wanted to have a lighter color for the background and blue color font.

    Where do I go to make these changes?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot which text color do you want to change.

    Thanks & Regards
    Yogesh Bhade
     
  3. patoh777

    patoh777 New Member

    Joined:
    Dec 28, 2011
    Messages:
    9
    Likes Received:
    0
    Location:
    Singapore
    Website : www.ecss.org.sg

    Current :
    The Slider background is Green (choose from option)
    Text = white

    Wanted to change to a lighter background colour,
    and Text = Navy Blue
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. You have to edit functions.php file as shown below in screenshot.

    20oct1.png

    2. Then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .slider_wrapper{
    background: white;
    }
    .slide .entry h2 {
    color: blue;
    }
    In place of blue write colorcode of navy blue color in above code.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page