Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1172639
    Alex
    Participant

    Hello,

    I made my headings in the body content bold with such codes:

    h2, .h2 {
      margin: 20px 0px 20px;
      font-weight: bold !important;
      font-size: 32px;
    }
    
    h3 {
      margin: 20px 0px 20px;
      font-size: 26px;
      font-weight: bold !important;
    }

    But I noticed that the headings on the index pages (http://playingwriter.com/category/scrivener-tutorials/) became bold too and I didn’t want them to. Can you help me to make such headings normal, like a title on a single post (http://playingwriter.com/scrivener-for-ios-release-date-video-features/)?

    Thanks.


    Alex

    #1172760
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    body:not(.archive) h2, body:not(.archive) .h2 {
        margin: 20px 0px 20px;
        font-weight: bold !important;
        font-size: 32px;
    }
    body:not(.archive) h3 {
      margin: 20px 0px 20px;
      font-size: 26px;
      font-weight: bold !important;
    }
    

    Hope that helps.

    #1173078
    Alex
    Participant

    Hello,

    Thank you very much! That worked!

    However, on the blog index page (http://playingwriter.com/blog/) it doesn’t work. How can I include it into the style?

    Thanks.


    Alex

    #1173138
    Joao
    Moderator

    Hi Alex,

    What titles you are referring to exactly? It seems to be working on my end.

    Let us know more details

    Joao

    #1173539
    Alex
    Participant

    Hello,

    I refer to this, for example:

    http://take.ms/fOJCo


    Alex

    #1173703
    Nabeel A
    Moderator

    Hi again,

    Add the following code in your Customizer:

    body.blog h2, body.blog .h2 {
        font-weight: normal !important;
    }

    Let us know how this goes!

    #1174667
    Alex
    Participant

    Hello,

    Thank you very much! It helped!


    Alex

    #1174768
    Joao
    Moderator

    Glad to hear it,

    Let us know if you need help with anything else.

    Joao

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