Need help with mystery box in Poloray slider

Discussion in 'Poloray WordPress Theme' started by voterlabs, Mar 2, 2013.

  1. voterlabs

    voterlabs New Member

    Joined:
    Jan 29, 2013
    Messages:
    9
    Likes Received:
    0
    Hi, I have 2 issues:

    #1 - There is an empty box that appears under the slider image. Please help me get rid of it. I've attached a screen shot. It is labeled #1

    #2 - How do I change the color of the call-to-action button on the homepage, beneath the slider (labeled #2 in the attached screen shot)

    Thanks



     

    Attached Files:

  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:
    .slider_wrapper{
    background:none;
    }
    .contentbtn {
    background: red;
    }
     

Share This Page