Home Forums WoodMart support forum Header Configuration in Order Received Page

Header Configuration in Order Received Page

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

    dogvibe
    Participant

    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.
    #78656

    Artem Temos
    Keymaster

    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

    #78711

    dogvibe
    Participant

    wowowowowowow!

    It worked!!!

    Thank you so much! You guys are awesome!

    #78723

    Artem Temos
    Keymaster

    Great, you are welcome.

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

The topic ‘Header Configuration in Order Received Page’ is closed to new replies.