How to make text and header in footer bright white please?

Discussion in 'ColorWay WordPress Theme' started by leadology, Sep 11, 2013.

  1. leadology

    leadology Member

    Joined:
    Dec 28, 2011
    Messages:
    100
    Likes Received:
    2
    The text in the footer of the colorway themes just looks washed out to me. We want it to have more punch...like white. How do we accomplish this please and thank you:) DomainEngines.com   Domain Maximation For Your Business.png
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-container h4 {
    color: white ! important;
    }
    .footer-container .textwidget {
    color: white;
    }
    .footer-container a{
    color: white;
    }
    In place "white" you can put your color or color code.
    This will solve your issue.
     

Share This Page