Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Need a help- Debut theme- move text from Position and color- add shop now button

Solved

Need a help- Debut theme- move text from Position and color- add shop now button

Lilas-addas
Excursionist
44 0 8

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! d.jpg

Accepted Solution (1)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Hello 

 

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;
}
- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.

View solution in original post

Replies 7 (7)

Guleria
Shopify Partner
4299 825 1189

This is an accepted solution.

Hello 

 

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;
}
- Elevate Your Store with Expert Shopify Services. Email: guleriathakur43@gmail.com - Need a quick fix or a tailored customization? I’ve got you covered.
- Looking to enhance your pages? Try GEMPAGES- a powerful drag & drop page builder.
- Let’s make your store stand out. Get in touch today!
- My Apps: Productify Groups – Smart product grouping made easy.
Lilas-addas
Excursionist
44 0 8

Is there any way to put the Shop button on the main image ? or it's too difficult ?!

seoptimal
Visitor
1 0 0

It has been my question for a long time too. Just let me know if you find it.

طراحی سایت در تبریز

janehaill
New Member
6 0 0

they asked me to pay US$30 just to do this micro change. Ridiculous!!!

Lilas-addas
Excursionist
44 0 8

And thank you so much! this was very helpful. 

sadersleeps
Visitor
1 0 0

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!

janehaill
New Member
6 0 0

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?