Alla7 Posted September 1, 2023 Share Posted September 1, 2023 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, 2023 Share Posted September 3, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Alla7 Posted September 14, 2023 Author Share Posted September 14, 2023 https://fuchsia-circle-s8mg.squarespace.com/config/pages Yes, thank you! Link to comment
tuanphan Posted September 17, 2023 Share Posted September 17, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tuanphan Posted September 22, 2023 Share Posted September 22, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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