Change Poloray Bottom Widget Background Color

Discussion in 'Poloray WordPress Theme' started by irissalmins1, Oct 2, 2013.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    To the teal color that is on the top of the theme.

    Thanks for your time.
     
  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:
    .footer_wrapper_top {
    background: red;
    }
    In place of "red" you can put your color or color code.

    This will solve your issue.
     

Share This Page