Home Forums WoodMart support forum Remove horizontal line from above comments area…

Remove horizontal line from above comments area…

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

    shawnjason
    Participant

    There is a horizontal line and extra space on my posts that I would like to remove but cannot seem to figure out how to. It appears just above the comments section. Can you provide piece of css code that will remove that line and space?

    #107745

    Hello,

    Add this code to the Theme Setting > Custom CSS > Global:

    .single-post  .woodmart-single-footer {
    display:none;
    }

    Best Regards

    #107755

    shawnjason
    Participant

    Perfect! Thanks so much.

    #107767

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove horizontal line from above comments area…’ is closed to new replies.