Shopify themes, liquid, logos, and UX
Hi all,
I wanted to see if anyone can help me get these boarders that appear around my pictures on my Home Screen? It’s the the three photos starting with the coffee bag and coffee cup, the cold brew bottle picture and the location picture.
Solved! Go to the solution
This is an accepted solution.
Try this: Go to your theme customizer, click on the section that you want to make the change to, then scroll down to Add Custom CSS, and try this code:
.image-with-text__media{
border: none;
}
Does this work?
Hello,
Can you try the following? This will affect your entire theme. If you want to only affect specific images (like only on your home screen) you may need to set a bit of custom CSS. Let me know if this is the case.
Best regards,
~ Didier
This is an accepted solution.
Try this: Go to your theme customizer, click on the section that you want to make the change to, then scroll down to Add Custom CSS, and try this code:
.image-with-text__media{
border: none;
}
Does this work?
Worked beautifully thank you, also would you know how I can add some lines below each button on the home page?
Would you happen to have an example? I'm not entirely sure what you mean. Thanks.
Thanks. Are you looking to change your buttons into lines, or do you want the lines to come under the buttons?
This might get a bit complicated. Basically what you'll have to do is this:
1) Go into your code files, specifically to the file that is the section that has these images.
2) Find the class (Command + F) "button", and right before it, put a <div class="border-bottom> and after </div>
3) Go to your CSS file and add this:
.border-bottom{
margin-top: 20px;
border-bottom: 2px soild #000000;
}
Your border should show.
I know this might seem a bit confusing, so let me know if you need additional help with this. Thanks!
I will try this and let you know if it works been a little busy. Thank you so much for all of the help.
Of course! If you would like help setting this up, I'm always happy to assist.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024