Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #28470

    Hi Guys,

    Firstly thankyou so much for your amazing dev support, I am so grateful to you all.

    I have used the full width easy slider here: http://www.naturaloutlook.com there is a one pixel grey line as the base of the slider, can I change the colour of this to white, so it makes the rock graphic seamless with the rest of the page?.

    Thankyou

    Gary

    #137632

    Hi Guys,

    I appeciate you can change the broder colour in the CSS, but is there any way to specify the slider base line / border colour as #ffffff and the other boarders on the site as # ffffff?

    Thankyou

    Gary

    #137633

    Try this.

    body.home div#full_slider_1 {

    box-shadow: 0 0 0 transparent inset !important;

    }

    body.home div#after_full_slider_1 {

    border-color: #FFFFFF;

    }

    #137634

    Hi there,

    Thankyou for the update, I tried the code, but nothing changed. I appreciate the response anyway.

    Gary

    #137635

    Hi Gary,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.home #av_section_1 {
    border-top: 0;
    }

    Regards,

    Devin

    #137636

    Looking for the same solution as Gstar72, but unfortunately your solution doesn’t seem to work either, Devin. At least, not for me.

    I’m sure the grey line is from the content section right below the fullscreen slider, not the fullscreen slider itself. I just don’t know how to get rid of that specific line (or make it white) without changing all grey lines for all sections.

    #137637

    Devin,

    This worked a treat for me, thankyou so much.

    DavyE – sorry about the code not working, did you try deleting cache and page refresh?, or on another browser, Devin’s code worked for me.

    Best regards, DavyE – hope you can find a fix

    Gary

    #137638

    The code just needs to target whatever element it is on *your* specific page.

    You can find the correct ID selector by inspecting your page and the color section or whatever it is that is below that element.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Full width Easy Slider – Base line colour’ is closed to new replies.