A space to discuss online store customization, theme development, and Liquid templating.
Hello,
I'm trying to finish my website https://presets-market.com for launching and I need help to move the text of the main image from the centre to the left and make it black.
Also, I need to put a black border and no fill (sale Button) below the text .. like the one in the image attached.. Can I make this done ?
A help would be appreciated!
Solved! Go to the solution
This is an accepted solution.
Hello Lilas-addas,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file
.hero__inner .page-width.text-center{ float: left; } .hero__inner .h1.mega-title{ color: #000; } .hero__inner .mega-subtitle p { color: #000; }
This is an accepted solution.
Hello Lilas-addas,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste bellow code in bottom of file
.hero__inner .page-width.text-center{ float: left; } .hero__inner .h1.mega-title{ color: #000; } .hero__inner .mega-subtitle p { color: #000; }
Is there any way to put the Shop button on the main image ? or it's too difficult ?!
It has been my question for a long time too. Just let me know if you find it.
they asked me to pay US$30 just to do this micro change. Ridiculous!!!
And thank you so much! this was very helpful.
How do you the vertical alignment of .hero__inner so it only affects the one slide I want? It has been affecting all of the slides!
I tried to move the text to the bottom. I dont have theme.scss.liquid in my Debut, so I copy paste your code on assets/theme.css and replaced 'left' with 'bottom" but it did not work. any other way?