custom color for footer widget text

Discussion in 'ColorWay WordPress Theme' started by emory, Oct 24, 2012.

  1. emory

    emory New Member

    Joined:
    Dec 28, 2011
    Messages:
    3
    Likes Received:
    0
    Hey Everyone,

    I put a site together but some of the default colors don't go with the color scheme that my client likes. I need to designate a custom color for the text in the Footer Widget title text and so forth and I would also like to give a custom color to the dotted lines that separate the title and the body areas in the footer widgets

    Any help would be greatly appreciated

    Thanks again everyone!
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,
    We are sending you the code to change the color of the heading and text of the footer widget, YOu can change the color value according to your requirement.
    Code:
    .footer-container h4 {
    color:your color value;
    }
    .footer-container h4 {
    color:you color value;
    }

    And the dotted lines you are talking about is the image, if you want to change the it clor then you have to change the color of the image with any photo editing tool.
    This will solve your problem.
    Thanks.
     

Share This Page