Header Configuration in Order Received Page
-
Hello friends!
My received order page needs to be customized because of some extra information I need to pass on to the customer. For this I use a plugin called WooCommerce Thank You Page – NextMove Lite. I just need to fix the header of this page that is getting overlapping information. I believe that if I could apply the background on the header it would be enough. Could you help me in any way? The menu is blending the page, with no margins. I sending images attached.
Thank you very much!
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to change it
.woocommerce-order-received .whb-general-header {
background-color: #212121!important;
}
.woocommerce-order-received .main-page-wrapper {
margin-top: 100px;
}
Regards
wowowowowowow!
It worked!!!
Thank you so much! You guys are awesome!
The topic ‘Header Configuration in Order Received Page’ is closed to new replies.