Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #339133
    Cherise
    Participant
    1. I would please like to remove the grey line underneath my header (On top op Reg vir Rheeder)
    2. I would like my website content to be full width like the header – I tried a few codes, but I can not seem to get it right.

    Website is http://www.regvirrheeder.co.za and theme is catch wedding

    Hope you’ll be able to assist.

    • This topic was modified 1 week, 1 day ago by Cherise.
    #339134
    Cherise
    Participant

    Website is http://www.regvirrheeder.co.za and theme is Catch wedding

     

    #339144
    sujeet
    Keymaster

    Hello @cherise,

    Please add the following css code to Dashboard > Appearance > Customizer > Additional CSS to remove the grey line at the top of Reg vir Rheeder.

    
    #header-navigation-area .site-primary-menu {
       border: none !important;
    }
    

    And to make content full width add this:

    
    .site-main .hentry,
    .site-content .wrapper {
       padding: 0 !important;
    }
    

    Pleas let me know if the code worked for you. Thank you.

    Regards,
    Sujeet

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.