• Resolved misterfancy

    (@fancypeeps)


    I know this is a theme question but I scoured the theme’s forum and the designer’s website support forums and I noticed they haven’t answered questions for months. I already spent a couple hours trying to find a solution reading dozens of threads but why spend another couple hours when some of you geniuses can figure this out in a matter of minutes!

    I basically want to change the color of the text above and below the slider. I tried doing it in the custom CSS theme settings, but nothing worked. I’ll sure this is a simple fix for you pros out there! Please help! Thanks!

    Here’s the website I’m trying to edit: http://www.jasonfoods.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • JenR

    (@jennifer-roberts)

    Try this:

    #front-text1 h1, #front-text2 h1 {
        color: #333333;
    }

    Looks like you may have some stray bits of CSS code in there (causing errors) so be sure you remove anything that’s not valid.

    Thread Starter misterfancy

    (@fancypeeps)

    That did the trick! TY!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change h1 color’ is closed to new replies.