Buttons - Shape and Color

Discussion in 'Woodpecker WordPress Business Theme' started by rexmanaster, Mar 6, 2015.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi,

    Please can you tell me how I can change the shape and color of the two homepage buttons:
    1. the slider 1 button (change color, border, shape from rounded to rectangle, etc.)
    2. the bottom featured area button (change color, border, etc.)
    For the slider button, I currently have the following code in the Custom CSS section, but when I try make changes to this code, e.g. color, it does not change the display:
    .nivo-caption a.slide-button {​
    background: #d86b52;​
    display: inline-block;​
    padding: 12px 30px;​
    border-radius: 5px;​
    margin: 0 10px;​
    color: #fff;​
    }​
    Thanks,
    Rex
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rex!

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

    Code:
    .nivo-caption a.slide-button {
    border-radius: 0 !important;
    color: gray !important;
    background: green !important;
    }
    .bottom-feature-container a {
    background: red !important;
    color: green !important;
    border-radius: 0 !important;
    }
    Thanks,
    Praveen
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi Praveen,

    Still... no effect. I've replaced what was in there with what you gave me and I've tried a few different variations. Something's blocking it.

    The site is www.nowcounselors.com.

    Cheers,
    Rex
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rex!

    Please follow the screenshot given below.

    css_not_working.png



    Thanks,
    Praveen
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    incredible!

    awesome, thanks,
    rex
     
Thread Status:
Not open for further replies.

Share This Page