Shopify themes, liquid, logos, and UX
Hello everyone,
I'm using Refresh theme, and in slideshow section I would like to have separate options for desktop color scheme and mobile color scheme.
On desktop I would like to have like this Accent-1 color scheme and it will fit in perfectly, but when I select accent-1 scheme it automatically sets that scheme to mobile too, where is not looking good, and I would like on mobile to be background-1 scheme, that fits very good.
Look, there is accent-1 automatically, and I would like to be background-1 on mobile.
If anyone could help, thanks a lot.
You are likely going to have to use CSS and media queries -- and edit the CSS files directly.
Than you @RThomasDesign for answer,
Yes, i know that, but i don't know where exactly i need to put a code. I don't know also what exactly to put inside media query of max-width: 749, what property i need to change to connect color scheme to specific part of section?
Hi @njMaydan,
You can have separate section for desktop and for mobile. You try to follow the video below
Thank you @made4Uo ,
Very helpful video, but can that way be harmful for the site in some way, maybe increasing site response time or problem with graphic?
I can add option in mobile layout section to choose color scheme but i don't know how to connect that chosen scheme option to slideshow container in media query max-height:749
Hi @njMaydan
I cannot think of anyway that this can be harmful. We do not use javascript on this. It is merely transforming your section
Hello @njMaydan ,
You can try to do this:
@media only screen and (max-width: 767px) {
.slideshow__content {
color: #FF0000; /* replace with your desired color for mobile */
}
}
Hope this can help.
Ali Reviews team.
User | RANK |
---|---|
72 | |
65 | |
56 | |
55 | |
42 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023