Home page Slider & Intro Text Question

Discussion in 'ColorWay WordPress Theme' started by nfrohm, Mar 4, 2014.

Thread Status:
Not open for further replies.
  1. nfrohm

    nfrohm New Member

    Joined:
    Mar 19, 2012
    Messages:
    20
    Likes Received:
    0
    How can I remove the Directional Arrows from the Slider?

    Also, how can I remove the horizontal bar below the homepage intro text and close up that white space?
     
  2. nfrohm

    nfrohm New Member

    Joined:
    Mar 19, 2012
    Messages:
    20
    Likes Received:
    0
    Oh, and is it possible to make the slider text box less transparent? The text is a little hard to read over the current opacity. Thanks!
     
  3. 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:
     .content-info{
    border-bottom: none!important;
    padding-bottom: 0px!important;
    }
    .content-info h1{
    margin-bottom:0;
    }
    .slide .slide-content.entry {
    background: #fff;
    opacity: 0.9;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  4. nfrohm

    nfrohm New Member

    Joined:
    Mar 19, 2012
    Messages:
    20
    Likes Received:
    0
    Thank you that worked great - but I'm still seeing the directional arrows in the slider. Also, while I'm at it, How can I remove the horizontal bar below the slider?
     
  5. nfrohm

    nfrohm New Member

    Joined:
    Mar 19, 2012
    Messages:
    20
    Likes Received:
    0
    Nevermind, I got it!

    .slider-container {
    border-bottom:none;
    }

    #slides a.next, #slides a.prev {
    display:none;
    }

    Thank you again for your help!
     
Thread Status:
Not open for further replies.

Share This Page