Slide button color

Discussion in 'Figero WordPress Theme' started by rexmanaster, Dec 6, 2013.

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

    rexmanaster Member

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

    Is it possible to adjust the color of the slide buttons? If yes, how?

    Thanks,
    Rex
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    a.btn-1, a.btn-2 {
    background: red;
    border-radius: 5px;
    }
    a.btn-1:hover, a.btn-2:hover {
    background: yellow;
    }
    In place of "red" and "yellow" you can put your color or color code.
    This will solve your issue.
     
  3. rexmanaster

    rexmanaster Member

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

    Quick follow up. How can I change the button text color? It's currently displaying the color I have set as the default for all site links.

    Thanks,
    Rex
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slide .entry span {
    color: red;
    }
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Thanks so much, Gourav!

    Rex
     
Thread Status:
Not open for further replies.

Share This Page