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.

how to change position of text on slideshow and add move and add two linkable buttons or how.

Solved

how to change position of text on slideshow and add move and add two linkable buttons or how.

kxletnik
Excursionist
13 0 4

primer ya kodo kako sem hotel imeti.PNGI Would like to move text and move buttons to the left how would that be possible

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9052 2163 2670

This is an accepted solution.

Hi @kxletnik 

Check thiso ne.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.slideshow__text-wrapper.banner__content.banner__content--bottom-left {
    margin-left: 0;
}

 

And Save. 

Result:

Made4uoRibe_0-1725038662568.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 18 (18)

BSS-TekLabs
Shopify Partner
2350 688 810

Hello @kxletnik 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
kxletnik
Excursionist
13 0 4
BSS-TekLabs
Shopify Partner
2350 688 810

what is your website password

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
kxletnik
Excursionist
13 0 4

what do you mean by access

password

 

BSS-TekLabs
Shopify Partner
2350 688 810

BSSTekLabs_0-1725033615108.png

Your store is password protected for access. I need the password to access your website.

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
kxletnik
Excursionist
13 0 4

i have removed password

 

BSS-TekLabs
Shopify Partner
2350 688 810

- Here is the solution for you @kxletnik 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
    margin-left: 0 !important;
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
kxletnik
Excursionist
13 0 4

could you quickly breakdown the code for me

 

kxletnik
Excursionist
13 0 4

</head> is not found not with shopify search nitherr f3+n

 

kxletnik
Excursionist
13 0 4

i just found <head> but not </head>

 

kxletnik
Excursionist
13 0 4

kxletnik_0-1725038576193.png

I Have added the code here it highlighted ,but it didn't change anything on the site

Made4uo-Ribe
Shopify Partner
9052 2163 2670

This is an accepted solution.

Hi @kxletnik 

Check thiso ne.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.slideshow__text-wrapper.banner__content.banner__content--bottom-left {
    margin-left: 0;
}

 

And Save. 

Result:

Made4uoRibe_0-1725038662568.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
kxletnik
Excursionist
13 0 4

could you break down the code for me

 

Made4uo-Ribe
Shopify Partner
9052 2163 2670

What do you mean breakdown? Mean smaller? 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
kxletnik
Excursionist
13 0 4

i mean if u could help me understand code u wrote thanks 

kxletnik
Excursionist
13 0 4

Hey could you also help i want to make 2 hyperlink shop for men and shop for women do you know how to code hyperlink to css 

also how do i get rid of the shopify button and add hyperlinks

 

kxletnik
Excursionist
13 0 4

also is there a way to add another text bracket

kxletnik_0-1725039181964.png

 

Made4uo-Ribe
Shopify Partner
9052 2163 2670

To add hyperlinks that needs a custom code, to add in your store. You may need a developer for that. 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.