Home Forums WoodMart support forum website header changes on shop page

website header changes on shop page

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

    saadanjum
    Participant

    Greetings of the day,
    I am using black Friday default header and I have changed it according to my design needs, I want to overlap the header and I have achieved this through header settings but on shop pages header becomes full width and its not overlapping the content I just want whole website with same header like homepage please check the given website homepage and shop page.

    #329650

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. If you want to change background image in the future, try to change it URL in the following custom code.

    .website-wrapper {
    	background-image: url(https://beta.khalispur.pk/wp-content/uploads/2021/10/background_image.png);
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: center top;
    }
    
    .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
    	background: none !important;
    }
    
    .main-page-wrapper {
    	background: none !important;
    }

    Kind Regards

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