Changing colour of button at the bottom of the homepage

Discussion in 'RoadFighter WordPress Theme' started by jivingjuniors, Aug 23, 2013.

  1. jivingjuniors

    jivingjuniors New Member

    Joined:
    Jul 8, 2013
    Messages:
    15
    Likes Received:
    0
    Hi,
    I'd like to change the colour of the button at the bottom. Is that possible?
    Thanks
    Katy
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bottom_tagline .bottom_tagline_button a {
    background: red;
    border-radius: 10px;
    }
    Inplace of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page