Post "Read More" Background Color

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Dec 19, 2012.

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

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Hello,

    How to change Post "Read More" Background Color? curently it is grey, when you hover over it, it change to blue.. I need to change blue to another color.

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .read_more{
    background:red;
    }
    .content-bar .post .read_more:hover{
    background:yellow;
    }
    Inplace of "red" and "yellow" put your color code.
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Greta .. Thank you
     
Thread Status:
Not open for further replies.

Share This Page