How to add custom css
-
Hi, this plugin is working very fine, but in the mobile view the view block is not looking good and I wanted to hide it using custom css.
so in the customs css option under customize, I added this code to hide it,
This same css code was working when I put it in the inspection tool:@media screen and (max-width: 540px) .woocommerce .woocommerce-message { /* display: flex; */ flex-direction: column-reverse; display: none; }
But it is not working when I put it in the wordpress website. Even after publishing the code, still it is showing view cart block in the mobile view. I am adding the screenshot of the mobile view. Pls let me know how can I fix it. Thanks : )
Link to image: https://drive.google.com/file/d/10uMOUHmF1Z-q2m_egEDr5H-52LQc82ZC/view?usp=sharing
The page I need help with: [log in to see the link]
- The topic ‘How to add custom css’ is closed to new replies.