Removed some CSS
Hello guys,
I had to remove these from the below css file, would they come back from the brizy pro update? If yes, is there a more permenant fix?
1 display: -webkit-box; 2 display: -ms-flexbox; 3 display: flex;
.brz .brz-woo-add-to-cart > div:not(.brz-shortcode__
/css/preview.pro.css
Thank you,
-
Hi,
Thank you for contacting us.
They would come back when you update Brizy Pro, and we don't recommend this approach.
We suggest adding a new CSS rule that targets the same element and sets different values for the properties you want to change and put it in Appearance → Customize→ Additional CSS.If you have any further questions, please let us know.
Best regards,
Ariel H.0 -
Thank you for the quick answer, if it was about adding it would have been simple but how would i remove by adding to additional CSS?
0 -
Hi,
Thank you for keeping in touch.
For example, if you want to remove the "display" properties and set "width" to auto, you can use the following CSS rule:
.brz .brz-woo-add-to-cart > div:not(.brz-shortcode__placeholder) {
width: auto;
display: initial;
}This is only an example. It is important to note that every website is unique, and the CSS may require some modifications. If necessary, please review the code and make any necessary adjustments to fit your website.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
3 comments