Changing font & background colours

Discussion in 'Squirrel WordPress Theme' started by simey, Nov 23, 2015.

  1. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    I'd like to change the content background colour & font colours

    I've found how to change the footer colours but what are the tag lines to change the menu colour & text?

    div.footer {
    background-color: black;
    color: gold;
    }
    .footer a {
    color: gold;
    }
    .footer ul li a {
    color: gold;
    }
    div.bottom-footer {
    background-color: black;
    color: gold;
    }
     
  2. priya

    priya Guest

    Hello Simey,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .full-content {
        background-color: black !important;
        color: goldenrod !important;
    }
    .full-content ul li {
        color: goldenrod !important;
    }
    .feature-content .feature-item p {
        color: goldenrod !important;
    }
    .footer {
        background-color: black !important;
        color: goldenrod !important;
        margin-top: -34px !important;
    }
    .footer a {
        color: goldenrod !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page