Home Forums WoodMart support forum How to hide the white line

How to hide the white line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #516576

    [email protected]
    Participant

    How do I hide the white line below the page title on this page:

    #516929

    Hung Pham
    Keymaster

    Hi [email protected],

    Thanks for reaching to us.

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .site-content {
        margin-bottom: 0;
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)