Shopify themes, liquid, logos, and UX
Need if possible to move the heading and button more to the bottom right and is there a way to change the main menu "Home,Hoodies,Contact" and the right icons "more, account,cart icons" from black font to white when scrolling down for both desktop and mobile? Please let me know if possible thanks
Hey @Degain
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.banner__content--bottom-left {
margin-left: 0 !important;
}
}
</style>
RESULT:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Works thank you but is there a way to put the heading and button more down? please let me know if possible sorry for taking long
Hi @Degain
You can do that by adding this code to Custom CSS of Slideshow section.
@media (min-width: 750px) {
.slideshow__text-wrapper { justify-content: flex-end; }
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @Degain,
1: For slideshow: Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (min-width: 750px) {
.slideshow__text-wrapper.banner__content {
padding-left: 10rem !important;
}
}
2: For header: I tested and if you change it, when hovering the header background will be the same color as the text and you can't see it.
Please let me know.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025