This topic has 4 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Rose Tyler
Hi
now trying to change product page interface using global CSS i found reserved spaces for a field even not set for example check this https://prnt.sc/-GTUlgxRg1OW how we can delete this space if field not set and if set should appear make it dynamics
thanks in advance
Hello,
Please provide URL of the product and temporary wp-admin access.
Regards
Hi
product url https://mall4her.com/product/cotton/
of course we need the same for any product also pls consider product brand handle like customize field
thanks
Hello,
Please try to use this custom CSS code:
.single-product .fixed-content br {
display: none;
}
Regards
The issue related to '‘delete spaces’' has been successfully resolved, and the topic is now closed for further responses