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)

Developer-G
Shopify Partner
3032 593 846

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;
}
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter

View solution in original post

Replies 7 (7)

Developer-G
Shopify Partner
3032 593 846

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;
}
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
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?