Hi,
Is it possible to change the heading colour for slideshows? The default is a dark blue-ish colour, which doesn’t show up against the dark images I’m using.
many thanks!
Hi,
Is it possible to change the heading colour for slideshows? The default is a dark blue-ish colour, which doesn’t show up against the dark images I’m using.
many thanks!
Yes, try with the Custom theme and CSS write.
Did you create a custom theme?
Hi, I’ve tried adding the following to the custom SCSS style sheet in the website theme:
h4, .h4 {
margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
color: white;
}
The above ended up working after I created my own theme, for some reason the custom style sheet wouldn’t override the default theme.
Thanks for the suggestion @nomanhaider