Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008090
    cabforward
    Participant

    Hi! I’m trying to change the size of my h4 headings:

    body h4 {
       font-size:50px !important;
    }
    

    But, it’s not working. Please help

    #1008091
    cabforward
    Participant
    This reply has been marked as private.
    #1008108
    cabforward
    Participant

    Here’s the site:http://budafire.wpengine.com/

    #1008420
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please replace your code with the following:

    body .h4 {
        font-size: 24px !important;
    }

    Let us know how it goes.

    Thanks.

    #1008424
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You will need more specific CSS selectors to affect the headings you would like to change. Would you mind pointing us to all the H4 Tags you want to affect? This is so we can tailor our advice to your needs. Thanks!

    #1009221
    cabforward
    Participant

    I want to affect the headline site wide.

    #1009245
    Rahul
    Moderator

    Hey there,

    You can modify the previous code to :

    .h4 {
        font-size: 24px !important;
    }

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1008090 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>