• Resolved RoyalXpress

    (@royalxpress)


    I want to change the Footer Widget Area ‘Title’ Font. I have already tried with header h2 or h3 or h4 or h5 or h6 font-size: property, but it does not work. How to do it???

Viewing 7 replies - 1 through 7 (of 7 total)
  • On Nikeo’s site, he did it with a
    <h3 class="widget-title">Recent Posts</h3>

    Does that work for you?

    Thread Starter RoyalXpress

    (@royalxpress)

    It works for me. I have modified font size-
    footer#footer h3,footer#footer h4,footer#footer h5,footer#footer h6 {
    font-size: 18px;
    }
    Thanks ElectricFeet for your support…

    And how is it possible to change the normal text font?
    if i ad normal text to footer widget its normal, but when i use a widget with links or hyperlinks the font goes smaller?

    Learn Firebug. It helps you solve these kind of questions in a flash.

    Add this to your Custom CSS:

    footer#footer p, footer#footer a {
        font-size: 14px;
    }

    Thanks!
    gonna check out firebug

    Hi, I’m also having a problem on how to change my footer widget title. It’s color is #000000 (black) and I want to make it #ffffff (white). Im already using firebug to locate the source. Here’s the source from firebug:

    #et_search_icon:hover, .mobile_menu_bar:before, .footer-widget h4, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .et_pb_member_social_links a:hover {
        color: #000000 !important;
    }

    But I can’t just find where those sources came from. Thanks. I hope someon could help me fix this. Thank you!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hi wellbein.borja, we’re going to have to continue this on your own thread: https://www.ads-software.com/support/theme/customizr#postform

    You can always link back to this thread and say “Hey I tried this out but I couldn’t get it working”, thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change Footer Widget Area Title Font?’ is closed to new replies.