Colour editing

Discussion in 'Woodpecker WordPress Business Theme' started by anylee, Mar 5, 2014.

Thread Status:
Not open for further replies.
  1. anylee

    anylee Guest

    Joined:
    May 31, 2013
    Messages:
    35
    Likes Received:
    1
    Hi I would like to change the colour of the slider button to green on this theme. I have tried using the code from other threads but it hasnt worked.

    I would also like to change the colour of the footer to green & view portfolio button to green.

    Thanks
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slide-button{
    background:red;
    }
    .slide-button:hover{
    background: orange;
    }
     
    .footer-wrapper {
    background: red;
    }
    .footer-copyright-wrapper {
    background: red;
    }
    .button-def {
    background: red;
    }
    .button-def:hover {
    background: orange;
    } 
    In place of "red" and "orange" you can put your color or color code.
    This will solve your issue.
     
  3. anylee

    anylee Guest

    Joined:
    May 31, 2013
    Messages:
    35
    Likes Received:
    1
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page