Dawn Theme Slide Show Text Colour for header, sub text and button

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

1 Like

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

https://www.montiqueclothing.com.au/?_ab=0&_fd=0&_sc=1

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

@Montique

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.

Thanks GemPages

Here is the link

https://mykwyh9duv8uyx7h-19884295.shopifypreview.com

1 Like

Hello @Montique

It’s GemPages support team and glad to support you today.

Please check out my suggestion below:

  1. Go to Online Store → Theme → Edit code

  2. 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

@Montique

oh sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. 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;
    }