Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189442

    I attempted several variations to my quick css and I can’t get them to work. I’m using an Enfold child theme.

    The <h3> tags come in gray then the title tags come in gray as well.

    I tried the following and had no luck:

    #footer .widgettitle ul:first-child > li > a {
    color: white;
    }
    #footer .widgettitle {
    color: white;
    }
    #189488

    Hey jmikhail!

    This should work:

    #footer .widgettitle {
    color: white !important;
    }

    Please post a link to your website.

    Cheers!
    Ismael

    #192112

    It worked, thanks! I don’t have a link yet because I’m doing the site via mamp locally.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do you change the Title color of the Heading tags inside the Footer Widgets’ is closed to new replies.