Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #220135

    I cannot find on the website or anywhere how to remove the grey line on the header where the social media is and also on the home page where I am using the full width slider: http://jwkpec.com/

    ANY help is greatly appreciated

    #220139

    Hey!

    Try adding this code to the Quick CSS:

    #header_meta {
        box-shadow: none !important;
    }

    Cheers! 
    Josue

    #220147

    Wow. SO fast! Thank you for your reply! That got rid of the top HR, now I am looking for the one that appears to be apart of the Full Width Gallery on my homepage. THANK YOU in advance for your help!!

    PEC

    • This reply was modified 10 years, 9 months ago by pecheney.
    #220196

    Hi!

    Add this too:

    #full_slider_1{
        box-shadow: none !important;
    }

    You can mix both codes if you want:

    #full_slider_1, #header_meta {
        box-shadow: none !important;
    }

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘full width slider and grey lines’ is closed to new replies.