Color Change

Discussion in 'Squirrel WordPress Theme' started by 1stopnonprofitshop, Sep 15, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Can I change the background color for the 2 sections below (each one a different color)?

    theme2.1stopnonprofitshop.com
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    For that, codes are given below..
    Code:
    .feature-content {
        background: darkgray;
    }
    .index-fullwidth {
        background: cadetblue;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Perfect! Thanks. How would I add a little more padding with the color so it's not getting cut off so abruptly? Also, how would I add a different background color to this section that I am attaching an image for?
     

    Attached Files:

  4. priya

    priya Guest

    Hi,

    Code is below.
    Code:
    .feature-content {
        width: 873px;
    }
    .feature-content .feature-item {
        margin-right: 56px;
        margin-top: 23px;
    }
    .index-fullwidth {
        width: 850px;
    }
    NOTE: YOU ARE KINDLY REQUSTED TO MAKE A SINGLE THREAD WITH ALL YOUR ISSUES..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Almost did everything I'm looking for. Now I just need to know how to add a little more of the color padding at the bottom of these 2 sections (in first attached image) and a different colored background for the other section that I attached an image for that is currently white.
     

    Attached Files:

  6. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    Before assisting you with your issue(s), will you please let me know whether you want to remove that white space or want to fill the space with colors ?

    Looking forward to hear from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  7. karibou

    karibou New Member

    Joined:
    Nov 6, 2012
    Messages:
    20
    Likes Received:
    2
    Greetings, can you help me with a color change for the header? I would like to change it to black.

    Do I add a short code in the theme section to override the default white? I'd like that better than changing the CSS :)

    Thank you for your help
     
  8. priya

    priya Guest

    Hello,

    Code is given below..
    Code:
    .header {
        background: black;
    }
     
  9. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I want to fill the space with colors...so for the first one I want a little more grey at the bottom, and the second one...I want a little more of the green/blue at the bottom. Then I just want to add 2 different colors to the other 2 areas I posted above. I also want enough padding so it's not abruptly cut off.
     

Share This Page