change button colour

Discussion in 'Appointway WordPress Theme' started by southernhousebrighton, May 8, 2014.

  1. southernhousebrighton

    southernhousebrighton Guest

    Joined:
    May 8, 2014
    Messages:
    4
    Likes Received:
    0
    how do i change the button colour please?

    -----------------------------------------------------------------------

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .featurebox .featurebox_desc a.readmore{
    background:red;
    border-radius: 15px;
    }
    .featurebox .featurebox_desc a.readmore:hover{
    background:red;
    opacity:.7;
    }
    Inplace of "red" put your color code.

    Thanks & Regards
    Gourav Shrivastava
     
  2. Gourav

    Gourav Support Staff

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

    Can you please explain your problem with the help of screenshot, where you want to change the color and also share the link of your website, so that we can give you the exact solution.


    Thanks & Regards
    Gourav Shrivastava
     
  3. southernhousebrighton

    southernhousebrighton Guest

    Joined:
    May 8, 2014
    Messages:
    4
    Likes Received:
    0
    Hi Gourav - thanks for your reply. The greens buttons as per the main home page of the template that say read more (sorry i cannot do screen shot at moment)...
     
  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:
     .featurebox .featurebox_desc a.readmore{
    background:red;
    border-radius: 15px;
    }
    .featurebox .featurebox_desc a.readmore:hover{
    background:red;
    opacity:.7;
    }
    Inplace of "red" put your color code.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page