Home Forums WoodMart support forum New Theme Issues please help ASAP

New Theme Issues please help ASAP

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #357734

    Graphicsc
    Participant

    I have made a video for you i hope you understand, 🙂 please help me to fix this or revert it back to original theme i dont have backups

    #357758

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .website-wrapper .wd-title-style-bordered .liner-continer:after, 
    .website-wrapper .wd-title-style-bordered .liner-continer:before {
    	border-bottom: 1px solid rgba(0,0,0,.105);
    }
    
    .website-wrapper .product-label.out-of-stock {
    	font-weight: 600;
    }
    
    @media (max-width: 1024px) {
    	.summary-inner .variations_form .quantity {
    		margin-bottom: 10px;
    	}
    }

    Kind Regards

    #357759

    Graphicsc
    Participant

    can this be fixed with an official update?

    #357761

    Graphicsc
    Participant

    Update: code fixed it thank you so much,
    can this be fixed with a new theme update Please?

    #357796

    Graphicsc
    Participant

    I just found out some pages/product’s still have the issue, kindly check the issue for us?

    #357873

    Bogdan Donovan
    Keymaster

    Hi,

    Try to replace the previous code with the following one

    .website-wrapper .wd-title-style-bordered .liner-continer:after, 
    .website-wrapper .wd-title-style-bordered .liner-continer:before {
    	border-bottom: 1px solid rgba(0,0,0,.105);
    }
    
    .website-wrapper .product-label.out-of-stock {
    	font-weight: 600;
    }
    
    @media (max-width: 1024px) {
    	.summary-inner .quantity,
    	.summary-inner .single_add_to_cart_button {
    		margin-bottom: 10px;
    	}
    }

    This will be fixed in the next theme update. If you still facing the same issues, try to first provide links to pages with them.

    Kind Regards

    #358082

    Graphicsc
    Participant

    Ok thank you, waiting for the updated theme.

    #358117

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘New Theme Issues please help ASAP’ is closed to new replies.