lsmith Posted October 9 Share Posted October 9 Hello, I am hoping some one can help me. I added some customer code for a hover to reveal effect. It was working yesterday and I log in to day and now it only works in the editor. I have not changed anything so I am not sure what is going on. Any help would be appreciated. @media only screen and (min-width: 640px){ #block-yui_3_17_2_1_1696814915891_3894 { opacity: 0; transition: opacity 1s } #block-yui_3_17_2_1_1696814915891_3894:hover { opacity: 1; transition: opacity 1s } } Link to comment
Web_Solutions Posted October 9 Share Posted October 9 1 hour ago, lsmith said: Hello, I am hoping some one can help me. I added some customer code for a hover to reveal effect. It was working yesterday and I log in to day and now it only works in the editor. I have not changed anything so I am not sure what is going on. Any help would be appreciated. @media only screen and (min-width: 640px){ #block-yui_3_17_2_1_1696814915891_3894 { opacity: 0; transition: opacity 1s } #block-yui_3_17_2_1_1696814915891_3894:hover { opacity: 1; transition: opacity 1s } } Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
lsmith Posted October 9 Author Share Posted October 9 Yes it is www.firstmiletherapy.com. Link to comment
Web_Solutions Posted October 9 Share Posted October 9 11 minutes ago, lsmith said: Yes it is www.firstmiletherapy.com. For which block did you add the css code? Can you send me a screenshot? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
lsmith Posted October 9 Author Share Posted October 9 Yes I have attached an image. It is on the About Me page under the Guiding Principles. I circled in red. Link to comment
tuanphan Posted October 12 Share Posted October 12 Change your code to this @media only screen and (min-width: 768px){ #block-yui_3_17_2_1_1696814915891_3894 { opacity: 0 !important; transition: opacity 1s !important; } #block-yui_3_17_2_1_1696814915891_3894:hover { opacity: 1 !important; transition: opacity 1s !important; }} 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