khaydesignsstudio Posted June 22 Posted June 22 (edited) Hey guys, how can I customize my site like this? This is auto-scrolling that stops when pointed at by a cursor. Also, how can I place card and text over an image (tried putting it together but it ruins the quality of the text. Please help your girl out, thank you so much! The sample site is: https://www.hersocial.com.au/ Edited June 22 by khaydesignsstudio More information
Lesum Posted June 22 Posted June 22 @khaydesignsstudio Hi! Using a fair amount of custom code, it can be implemented using the Auto Layout (Simple List) section. It will take some time to implement. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
khaydesignsstudio Posted June 24 Author Posted June 24 Hey Sam! Thank you for this, could you help me a little with the code?
tuanphan Posted July 16 Posted July 16 On 6/24/2024 at 10:13 AM, khaydesignsstudio said: Hey Sam! Thank you for this, could you help me a little with the code? To achieve layout same as screenshot, you can use this code to Website Tools > Custom CSS box. Here you can change ratio of Image to increase Image height ul.user-items-list-item-container.user-items-list-simple { grid-gap: 5px !important } .user-items-list-simple .list-item { position: relative; } .list-item-content { position: absolute; width: 80%; transform: translateX(-50%); left: 50%; bottom: 50px; background: #c8ad9c; padding: 10px } .list-item-content p { color: #fff; font-family: serif; } .list-item-content h2 { color: #fff !important; font-family: serif; } .user-items-list-simple .list-item-media { margin-bottom: 0 !important; } .list-item-content__description:after { content: "\e004"; font-family: 'squarespace-ui-font'; display: block; font-size: 30px; color: #fff !important; text-align: right } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment