Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #378025

    Hi – almost feel dumb typing this as I’m fairly proficient with css, but I can’t figure it out.

    I am using a child theme – and I’m trying to edit the color of the “widgettitle” class that is applied to the “h3” tag of the text widget.

    I changed the css rules for the class “widgettitle” and they get applied (like font-size, text-transform etc.) – but I can’t change the “color”. No matter what I do “main_color h3″ under media=”all” in the enfold_child.css is being applied instead of the color I”m putting in my child theme css. Shouldn’t the css from the class in my child theme over-ride the previously applied css rules?

    I can change the “main_color h3” to achieve what I want – but I don’t want all h3 tags to be that color. I only want the “widgettitle” h3’s to have a different color.

    Thanks in advance.

    Chad

    • This topic was modified 9 years, 10 months ago by Muskrat37.
    #378140

    Hi Chad!

    Thank you for using Enfold.

    Try to use this on Quick CSS:

    #footer .widgettitle {
    color: red;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.