Circle Featured Image Color

Discussion in 'Poloray WordPress Theme' started by illustratemydesign, Sep 16, 2013.

  1. illustratemydesign

    illustratemydesign New Member

    Joined:
    Aug 28, 2013
    Messages:
    3
    Likes Received:
    0
    I want to change the color of the featured image circles when you hover over them and also the read more buttons. How do I do that?
     
  2. illustratemydesign

    illustratemydesign New Member

    Joined:
    Aug 28, 2013
    Messages:
    3
    Likes Received:
    0
    Nevermind I found it. :oops:
     
  3. illustratemydesign

    illustratemydesign New Member

    Joined:
    Aug 28, 2013
    Messages:
    3
    Likes Received:
    0
    OK so I found how to change the featured circle image but not the Read more buttons. Help please?
     
  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:
    .readmore:hover{
    background:red;
    }
    .readmore{
    background:orange;
    }
     

Share This Page