Thanks for an awesome theme!
One thing: How do i change the default colour of the text on the front page widgets and all of the pages on the homepage: www.crossroadlarp.dk ?
I have had a look at the CSS but have been unable to find it.
Thanks for an awesome theme!
One thing: How do i change the default colour of the text on the front page widgets and all of the pages on the homepage: www.crossroadlarp.dk ?
I have had a look at the CSS but have been unable to find it.
hey there
Hope you are having a good day and thank you for your question
Please add this CSSĀ in appearance - customize - additional CSS
body {
color: #000000;
}
Thanks!
Colorlib Support Team
Thank you so much!!!
Could you also tell me how to change it on the parallax widget on the front page where it is white?
Good evening
Here we go now:
.image-bg h3, .image-bg h1 {
color: #000;
}
.cover p {
color: #000;
}