Change Bottom "Green" button

Discussion in 'RoadFighter WordPress Theme' started by trish822, Jul 15, 2014.

  1. trish822

    trish822 New Member

    Joined:
    Sep 19, 2013
    Messages:
    1
    Likes Received:
    0
    Hi,

    I'm trying to change the Home Page button in the "Home Page Bottom Tagline Feature" to match the graphic at the top for request a quote. I do not want the green button, but I cannot find where the code is held. I've tried the footer, CSS and bottom widgets but I cannot figure it out. Please help!

    Thank you,

    Trish
     
  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:
    .bottom_tagline .bottom_tagline_button a {
    background: red;
    border-radius: 5px;
    } 
    In place of "red" you can put your color or color code.
     

Share This Page