How To Set The Coming Soon Text Color - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Set The Coming Soon Text Color

YC

Yves Casdyn

Helix Framework 2 years ago

Hello,

What is the css code to set the coming soon text color ?

Thanks

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #98097

If I may....

.coming-soon-content {color: red; }

Next time use "Code inspector" from your browser and in 30sec you would know what to override. We have written about that tool here: https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98088

Hi

Thanks for contacting us. Use this custom CSS

h1.coming-soon-title{
    color:#e75656 !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Please mention that do you want to change all of the texts of it or what exactly do you want to change.

-Regards.

0
YC
Yves Casdyn
Accepted Answer
2 years ago #98094

OK for the title, but what is the css for the text below the title ?

Thanks

0