I have setup intro with some images but the default test color is White, (same with some part of the image) and it is not showing correctly.
How can I change the text color?
Thank you
Nick
.gkIsWrapper-gk_creativity .figcaption h1, .gkIsWrapper-gk_creativity .figcaption h2 {color: #F00;}
.gkIsWrapper-gk_creativity .figcaption h1, .gkIsWrapper-gk_creativity .figcaption h2 {
color: #fff;
text-align: center;
text-transform: uppercase;
position: relative;}
Cyberek wrote:Please edit: /templates/gk_creativity/css/override.css and add at its end:
- Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1, .gkIsWrapper-gk_creativity .figcaption h2 {color: #F00;}
Change the F00 to your liking.
Remember to enable "CSS override" in template settings - advanced section.
.gkIsWrapper-gk_creativity .figcaption h1,
.gkIsWrapper-gk_creativity .figcaption h2 {
color: #ed0 !important;
}
Cyberek wrote:Please modify it this way:
- Code: Select all
.gkIsWrapper-gk_creativity .figcaption h1,
.gkIsWrapper-gk_creativity .figcaption h2 {
color: #ed0 !important;
}
Adding !important should force the settings.