Change colour of the button at the Bottom Tagline Feature

Discussion in 'RoadFighter WordPress Theme' started by juanperalta, Oct 16, 2013.

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

    juanperalta Member

    Joined:
    Oct 11, 2013
    Messages:
    42
    Likes Received:
    0
    Hi, I like the light-blue colour for the Theme Stylesheet, but I don't like the associated green colour for that button. I'd like to change the colour of the bottom, e.g. to dark-blue.

    Can you assist please?
     
  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:
    .bottom_tagline .bottom_tagline_button a{
    background: #295a92 ;
    border-radius: 5px;
    text-shadow: 0 2px 2px #295a92 ;
    }
    .bottom_tagline .bottom_tagline_button a:hover {
    background: #244771;
    border-radius: 5px;
    text-shadow: 0 2px 2px #244771;
    }
    In place of "#295a92 " and "#244771" , you can put your color or color code respectively.
     
  3. juanperalta

    juanperalta Member

    Joined:
    Oct 11, 2013
    Messages:
    42
    Likes Received:
    0
    Thanks a lot. It worked OK.
     
Thread Status:
Not open for further replies.

Share This Page