CSS code for the small clickable box below the sliders

Discussion in 'Poloray WordPress Theme' started by lrickma, Jul 31, 2013.

  1. lrickma

    lrickma New Member

    Joined:
    Jul 17, 2013
    Messages:
    3
    Likes Received:
    0
    I need to change the color of this box...can you drop me the CSS code?
     
  2. 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:
    .contentbtn{
    background:red;
    }
    Inplace of "red" put your color code.
     

Share This Page