Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #817268

    Can anyone tell my why a grey line is appearing when I insert a color section with a repeating pattern on this site:
    dev.cabra.ca
    grey line

    #817274

    Hi,

    Do you have the following checked… see image

    Hope that helps

    TJ

    #817315

    Hi,

    To specify that TJ is pertaining to, please see if the Section Top Border Styling is set to “Display a simple 1px top border”. If so, please change it to “No border styling”.

    I hope that helps!
    Best regards,
    Sarah

    #817318

    haha,

    oh yeah i forgot to highlight the checkbox on the image! #fail

    TJ

    #817321

    Hi,


    @tjswarbs78
    Thanks :)

    Best regards,
    Yigit

    #817335

    Thanks. I have no border styling set on both top and bottom border styles.

    #817339

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .home #after_section_2 {
        border-top: none;
    }
    

    Best regards,
    Yigit

    #817343

    Thanks but that CSS didnt work for me. Also, its on all the pages, not just the home page but anywhere I have a slider with the horizontal yellow repeating bars which I think is all of them so far.

    #817386

    Hi,

    Do you have a caching plugin in your server or in WordPress? Please try clear your cache so that the changes take effect.

    If you would like Yigit’s code to affect the whole site, please use this code instead:

    #after_section_2 {
        border-top: none !important;
    }

    Best regards,
    Sarah

    #817916

    Thanks but clearing the cache didnt work either with this code and I dont have a caching plugin on the site.

    #817922

    Hi,

    The class .container_wrap within the ID #coloursectionpadding has a bottom border of 1px
    Try…

    #coloursectionpadding .container_wrap {border:none!important;}
    and see if that clears it

    Let us know if it works
    TJ

    #817923

    Actually, I tried Sarah’s code again and it worked!
    I must have missed copying something over the first time.
    Thanks!!

    #817930

    That’s great to hear! :) We’ll close this thread now. Let us know here in the forums in you need further help!


    @tjswarbs78
    , thank you as usual for helping out!

    Best regards,
    Sarah

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Grey line appearing after color section’ is closed to new replies.