Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #646555

    The headings in the widgets in my footer are a light pink. I’ve tried changing the color in General Styling -> Footer, and that doesn’t work.

    I’ve tried adding the following code to the Quick CSS in General Styling:
    #footer .widgettitle {
    font-size: 20px;
    color: #000000 !important;
    }
    Doesn’t work.

    Can you please tell me what I’m doing wrong here. I’ve searched other threads and I can’t figure out what this problem is. I’ve flushed the cache on my site. Nothing works.

    #646575

    Hey Kim,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    If you do not notice any changes please add !important to the css property and clear browser cache.

    #footer h3.widgettitle {
    font-size: 20px;
    color: #000000;
    }
    

    Best regards,
    Vinay

    #646576

    Hey Vinay,
    That didn’t work either.

    #646593

    Hi,

    Glad to help! in case you haven’t rated our theme yet… we really appreciate it if you rate Enfold on themeforest :)
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold!

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Widget Heading Colors Won't Change’ is closed to new replies.