change font color for my sites headers except in slider
-
I want to change the header font color for my site but when I do it also changes the font in the slider box (which I want to keep white. Does anyone know the best way to go about this?
the code I am using to change header font color:
h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #C4302B; font-family: gungsughche; }
the code I thought I was supposed to use in order to keep slider header color white:
.iview-caption { color: #ffffff; }
I am new to html and css as of the past month so still trying to figure it all our. thanks for the help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘change font color for my sites headers except in slider’ is closed to new replies.