Getting rid of slider holders

Discussion in 'GoldenEagle WordPress Theme' started by leighrai, Jan 18, 2013.

  1. leighrai

    leighrai New Member

    Joined:
    May 19, 2012
    Messages:
    3
    Likes Received:
    0
    Hello,

    I have placed a video where the slider is. Occasionally the two slider holders will flash quickly and then disappear. How do I remove them completely from the theme design.

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. leighrai

    leighrai New Member

    Joined:
    May 19, 2012
    Messages:
    3
    Likes Received:
    0
    My site is not "live" on the internet yet. I'm using Xampp for Windows as a local host on my pc.

    Also, this did not start until recently and it doesn't happen every time. I simply want to get rid of the design element altogether. How do I do that?

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slides .next {
    background: none;
    }
    #slides .prev {
    background: none;
    }
     

Share This Page