Home Forums WoodMart support forum Replicate front page header across site Reply To: Replicate front page header across site

#130484

Hello,

Header Overlap is not very good for a product page it if overlaps the content

If you still want this type of the header, please add this CSS to the Theme Settings > Custom CSS > Global

body .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
   background-color: transparent;
}

Best Regards