Have your say in Community Polls: What was/is your greatest motivation to start your own business?
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.

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
3647 733 1026

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;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL

View solution in original post

Replies 7 (7)

Guleria
Shopify Partner
3647 733 1026

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;
}
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL
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?