Alla7 Posted September 1 Share Posted September 1 Hey!) I have a problem with Custom CSS, I have added a code and it works perfectly just in edit mode. Here is a code: @media only screen and (min-width: 640px){ #block-yui_3_17_2_1_1691516078741_25095 { opacity: 0; transition: opacity 0.5s } #block-yui_3_17_2_1_1691516078741_25095:hover { opacity: 1; transition: opacity 0.5s } } Can someone help me please? Link to comment
tuanphan Posted September 3 Share Posted September 3 Hi, Can you share link to page where you have these blocks? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Alla7 Posted September 14 Author Share Posted September 14 https://fuchsia-circle-s8mg.squarespace.com/config/pages Yes, thank you! Link to comment
tuanphan Posted September 17 Share Posted September 17 On 9/15/2023 at 3:32 AM, Alla7 said: https://fuchsia-circle-s8mg.squarespace.com/config/pages Yes, thank you! What is password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted September 22 Share Posted September 22 You need to add !important to override some SS code @media only screen and (min-width: 640px) { #block-yui_3_17_2_1_1691516078741_25095 { opacity:0 !important; transition: opacity 1s; } #block-yui_3_17_2_1_1691516078741_25095:hover { opacity: 1 !important; transition: opacity 1s; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment