Theme Color

Discussion in 'Squirrel WordPress Theme' started by 1stopnonprofitshop, Mar 24, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Can I change the theme color to a specific color name or number? Depending on the site I'm building, I may want the footer widget area and navigation bar to have a specific color.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    You would be glad to know that YES, it's possible.

    Just let me know the specific color code which you want to change to. Also, provide us URL of your website along with some edited screenshot of your requirements/concerned area.

    We will provide you the necessary CSS code to get the work done.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    The URL is theme2.1stopnonprofitshop.com. I'm attaching screenshots of the areas I would like to change to the specific color. The color code is 7ccaf7.
     

    Attached Files:

  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello!

    Thanks for getting back to us,

    You need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options

    Code:
    #menu .ddsmoothmenu{
        background: #7ccaf7;
    }
    .footer {
        background-color: #7ccaf7;
        -moz-box-shadow: 0px 1px 6px #424141;
        -webkit-box-shadow: 0px 1px 6px #424141;
        box-shadow: 0px 1px 6px #424141;
        color: #000;
    }
    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6{
        color: #fff;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    When I change the color of the footer box, you can't see all the text because it blends in. Am I able to change the color of the text in the footer box to black?
     
  6. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .footer, .footer a, .footer h4 {
        color: black;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page