• Resolved bradzazzara

    (@bradzazzara)


    hey guys

    when i change the font color for the headers via css, it also changes the title text in the slider. Is there a way to keep font in slider white?
    I want to change the header font color to the theme accent color (#C4302B) but this also makes the title of post in the slider bar the same color as the the background behind it, effectively making the text blend into the background. (hope that makes sense)

    this is the code im using in css (I currently have font-color taken out)

    h1, h2, h3, h4, h5, h6 {
    	font-weight: bold;
    	font-family: gungsughche;
    }

    thanks for the help

    referring to my travel site

Viewing 1 replies (of 1 total)
  • Thread Starter bradzazzara

    (@bradzazzara)

    I figured it out! This changes all the header colors and styles but leaves the slider header color white.

    h1, h2, h3, h4, h5, h6 {
    	font-weight: bold;
            color: #C4302B;
    	font-family: gungsughche;
    }
    
    .iview-caption h2 {
    	color: #ffffff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘change header font color but leave slider color white (default)’ is closed to new replies.