ceciliayf Posted June 27, 2023 Posted June 27, 2023 Hi, I added custom CSS to have an overlay appear upon hover of my image and videos, I want the text overlays links direct to another page on my site but it's not working. Can anyone help me, please? Thanks in advance!@media only screen and (min-width: 640px){ #block-7dc5a2b4e10282c678f8 { opacity: 0 !important; transition: opacity 1s !important } #block-7dc5a2b4e10282c678f8:hover { opacity: 1 !important; transition: opacity 1s !important } } @media only screen and (max-width: 640px){ #block-7dc5a2b4e10282c678f8 { opacity: 0 !important; transition: opacity 1s !important } #block-7dc5a2b4e10282c678f8:hover { opacity: 1 !important; transition: opacity 1s !important } } @media only screen and (min-width: 640px){ #block-yui_3_17_2_1_1687829895106_27236 { opacity: 0 !important; transition: opacity 1s !important } #block-yui_3_17_2_1_1687829895106_27236:hover { opacity: 1 !important; transition: opacity 1s !important } } @media only screen and (max-width: 640px){ #block-yui_3_17_2_1_1687829895106_27236 { opacity: 0 !important; transition: opacity 1s !important } #block-yui_3_17_2_1_1687829895106_27236:hover { opacity: 1 !important; transition: opacity 1s !important } } @media only screen and (min-width: 640px){ #block-abbff3792a26f57151da { opacity: 0 !important; transition: opacity 1s !important } #block-abbff3792a26f57151da:hover { opacity: 1 !important; transition: opacity 1s !important } } @media only screen and (max-width: 640px){ #block-abbff3792a26f57151da { opacity: 0 !important; transition: opacity 1s !important } #block-abbff3792a26f57151da:hover { opacity: 1 !important; transition: opacity 1s !important } }
tuanphan Posted June 27, 2023 Posted June 27, 2023 Can you share link to page where you have problem? 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!)
ceciliayf Posted June 27, 2023 Author Posted June 27, 2023 3 minutes ago, tuanphan said: Can you share link to page where you have problem? hi, Thank you here is my link https://wedge-emu-2cjm.squarespace.com/config/pages
tuanphan Posted June 27, 2023 Posted June 27, 2023 2 hours ago, ceciliayf said: hi, Thank you here is my link https://wedge-emu-2cjm.squarespace.com/config/pages /config is url for site owner If you look at top right or top left > you will see an arrow > click on it > real url will appear on browser address bar 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!)
ceciliayf Posted June 27, 2023 Author Posted June 27, 2023 9 hours ago, tuanphan said: /config is url for site owner If you look at top right or top left > you will see an arrow > click on it > real url will appear on browser address bar Hi, is it this one? https://ceciliayfang.com/
ceciliayf Posted June 27, 2023 Author Posted June 27, 2023 9 hours ago, tuanphan said: /config is url for site owner If you look at top right or top left > you will see an arrow > click on it > real url will appear on browser address bar I solved the problem by using this method. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment