BastiaanS Posted October 24, 2020 Share Posted October 24, 2020 (edited) Site URL: https://www.imkemol.com Dear all, My girlfriend is an actress, I am making her a portfolio website as a birthday gift. (www.imkemol.com ; password "imkeislief") The PC version shows titles to the sub-pages when you hover your mouse over the images in the home page. This isn't the case for the mobile version, either you press one of the images or you don't but you don't see the animation that occurs when you hover a computer mouse over the image. Right now its difficult to navigate the mobile page because it doesn't show any of the titles to the sub pages. Is there any way to lock the titles to the sub-pages in the mobile version? (for instance, permanently showing 'actrice' on the picture of her wearing the blue shirt). Thanks! Edited October 24, 2020 by BastiaanS Link to comment
tuanphan Posted October 24, 2020 Share Posted October 24, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .portfolio-text { opacity: 1 !important; } } BastiaanS 1 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
BastiaanS Posted October 27, 2020 Author Share Posted October 27, 2020 (edited) Thats awesome! Thank you very much! The result was that the black text isnt readable clearly since the pictures are also quite dark. I was playing around a bit and entered the following: @media screen and (max-width:767px) { .portfolio-text { opacity: 1 !important; text-align: right !important; padding: 200px 10px !important; } } @media screen and (max-width:767px) { .portfolio-text > h3 { color: white !important; } } This results in making the text white, and placing it in the lower right corner. However, strangely enough now when I visit the webiste on my mobile phone the placement of the text isnt fixed. When I scroll through the page I can swipe the text up and down a little bit. What is happening here? And how can I fix it? Edited October 27, 2020 by BastiaanS Link to comment
minnieosc123 Posted January 23, 2022 Share Posted January 23, 2022 (edited) Hi, I am trying to do this for this site but the code doesn't work - https://tinyurl.com/27nc9a5s Thanks in advance Edited January 23, 2022 by minnieosc123 Link to comment
tuanphan Posted January 24, 2022 Share Posted January 24, 2022 On 1/23/2022 at 9:01 AM, minnieosc123 said: Hi, I am trying to do this for this site but the code doesn't work - https://tinyurl.com/27nc9a5s Thanks in advance Add to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1559772166379_3687 .summary-content { opacity: 1 !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
minnieosc123 Posted January 27, 2022 Share Posted January 27, 2022 On 10/25/2020 at 10:15 AM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .portfolio-text { opacity: 1 !important; } } Thank you so much ! That;s worked perfectly 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