ClaytonDaniels Posted September 14 Share Posted September 14 Good Morning, I've added a Services section. I have the Design set to Media First with 2 Max Columns and a Circle Crop. I want the Title of each Item to go ABOVE the Media with the Button at the bottom. It appears my only two options are Content First (Title, Button, Media) or Media First (Media, Title, Button). I want Title, Media, Button. How do I achieve this? Also, I want to make the buttons larger... where do I make that adjustment? Thanks, Link to comment
tuanphan Posted September 17 Share Posted September 17 Hi, I think you will need to use some code to achieve this. Can you share link to page where you added Services section? We can check easier 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
ClaytonDaniels Posted September 19 Author Share Posted September 19 It's the HomePage of the site: https://uco.squarespace.com/ Password is uco Link to comment
tuanphan Posted September 21 Share Posted September 21 On 9/19/2023 at 9:06 PM, ClaytonDaniels said: It's the HomePage of the site: https://uco.squarespace.com/ Password is uco Hi, Do this? 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
ClaytonDaniels Posted September 25 Author Share Posted September 25 Yes, that is what we would like to do. There doesn't seem to be a customization way to do this, so just checking if I'm missing something. If I have to accomplish this via code or just creating a new block, I can do that. And, sorry for the late replies. I have follow topic on but I'm not getting email notifications... Link to comment
tuanphan Posted September 27 Share Posted September 27 On 9/25/2023 at 11:29 PM, ClaytonDaniels said: Yes, that is what we would like to do. There doesn't seem to be a customization way to do this, so just checking if I'm missing something. If I have to accomplish this via code or just creating a new block, I can do that. And, sorry for the late replies. I have follow topic on but I'm not getting email notifications... I think there is no default option, but you can add this code to Settings > Developer Tools > Code Injection > Footer to move titles <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $('body.homepage li.list-item').each(function() { var cr = $(this).find('h2.list-item-content__title'); $(this).insertBefore('.list-item-media'); }); </script> 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