Resize icon-caret

Solved

Resize icon-caret

Nachorc21
Excursionist
25 0 4

I would like to resize the icon-caret in refresh theme or make it to appear at the level of the slider 

 

Nachorc21_0-1711710629363.png

 

turn it into something like this 

Nachorc21_1-1711710657604.png

 

thanks!

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
9870 2351 2947

This is an accepted solution.

Thanks! check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.slider-button .icon {
    height: 1rem;
} 

.slider-button {
    background: black;
    border-radius: 50px;
    color: white;
}

.slider-buttons.no-js-hidden {
    gap: 10px;
}

 

And Save. 

Result:

Made4uoRibe_0-1711716150030.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.

View solution in original post

Raj-webdesigner
Shopify Partner
358 90 87

This is an accepted solution.

Add This Css In your Edit Code > base.css File

section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider-button,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider-button {
    color: #fff;
    background: #202439;
    border-radius: 50%;
}
section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider-button[disabled] .icon,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider-button[disabled] .icon{
    color: #fff;
}
section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider-button:not([disabled]):hover,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider-button:not([disabled]):hover{
    color: #fff;
}	
section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider--everywhere+.slider-buttons,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider--everywhere+.slider-buttons{
	gap:30px;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


View solution in original post

Replies 13 (13)

Raj-webdesigner
Shopify Partner
358 90 87

Share preview Link

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


Nachorc21
Excursionist
25 0 4
Soma1
Shopify Partner
4 0 0

Also need password to preview store 

Soma1_0-1711712077520.png

 

Soma rani

Made4uo-Ribe
Shopify Partner
9870 2351 2947

Hi @Nachorc21 

Would you mind to share your store URL? 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.
Nachorc21
Excursionist
25 0 4
Made4uo-Ribe
Shopify Partner
9870 2351 2947

Its password protected. 

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.
Nachorc21
Excursionist
25 0 4

Can you try again? password is removed

Made4uo-Ribe
Shopify Partner
9870 2351 2947

This is an accepted solution.

Thanks! check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.slider-button .icon {
    height: 1rem;
} 

.slider-button {
    background: black;
    border-radius: 50px;
    color: white;
}

.slider-buttons.no-js-hidden {
    gap: 10px;
}

 

And Save. 

Result:

Made4uoRibe_0-1711716150030.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.

Soma1
Shopify Partner
4 0 0

I need your store url password to preview i can see this is your store url  https://abaf7d-8.myshopify.com/password?_fd=0

Soma rani

Soma1
Shopify Partner
4 0 0

.slideshow__controls

{

position: static;

}

.slider-button

 {

 color: #fff;

background: #0e1b4d;

border-radius: 50%;

}

.slider-button--next

{

position: absolute;

right: 10px;

top: 50%;

}

.slider-button--prev

{

position: absolute;

left: 10px;

top: 50%;

}

try this code 
Soma rani

Raj-webdesigner
Shopify Partner
358 90 87

This is an accepted solution.

Add This Css In your Edit Code > base.css File

section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider-button,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider-button {
    color: #fff;
    background: #202439;
    border-radius: 50%;
}
section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider-button[disabled] .icon,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider-button[disabled] .icon{
    color: #fff;
}
section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider-button:not([disabled]):hover,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider-button:not([disabled]):hover{
    color: #fff;
}	
section#shopify-section-template--21228780781892__multicolumn_HCcAYU .multicolumn .slider--everywhere+.slider-buttons,section#shopify-section-template--21228780781892__multicolumn_kp8hGb .multicolumn .slider--everywhere+.slider-buttons{
	gap:30px;
}

Are you looking for Shopify Developer then your search is over I will help you


If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link

:-

❤️Tip❤️

Contect On My Mail :-Mail@gmail.com


Nachorc21
Excursionist
25 0 4

thanks a lot!! it worked 🙂

 

I am wondering if exist the possibility to add the arrows at the level of the images one right and the other left. Somehow as marked in the image 

 

Nachorc21_0-1711823034439.png

 

Nachorc21
Excursionist
25 0 4

Also the Idea would be that in all multicolumns is shown in the same way. Thank you so much in advance :):