I’m trying to change the colour of the text and button on the home page slider from white to black, can only find code for either header or subtext and none for the button
Hello @Montique
It’s GemPages support team and glad to support you today.
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Kind & Best regards!
GemPages Support Team
Hi GemPages, im not sure if i can shar preview pages, as i am only in the build phase
Hello @Montique
It’s GemPages support team and glad to support you today.
Please follow this article to know How to share an unpublished Shopify theme’s preview https://ezfycode.com/blog/how-to-share-a-shopify-unpublished-theme
Kind & Best regards!
GemPages Support Team
oh sorry but i can see its proper now
Hi,
I checked it in my device and it’s look proper what you want.
Thank you.
Hello @Montique
It’s GemPages support team and glad to support you today.
Please check out my suggestion below:
-
Go to Online Store → Theme → Edit code
-
Open file theme.liquid then add this code to above the tag
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
oh sorry for that issue can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.slideshow .slideshow__text .banner__heading,
.slideshow .slideshow__text .banner__text,
.slideshow .slideshow__text .banner__buttons .button{
color: #000 !important;
}
.slideshow__text .banner__buttons a:after{
box-shadow: rgb(0 0 0) 0 0 0 1px !important;
}
