Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181034
    Alex
    Participant

    Hello,

    I’d like to change the excerpt style on this index page:

    http://superpokemonworld.com/pokemon-go/

    I came up with such code:

    .entry-content {
        font-size: 16px;
        line-height: 1.4;
    }

    But then I realized that it actually targets the post content. So if I apply it to the excerpt, I change the main content style, which I don’t want.

    How can I target the excerpt of the post without changing its main body style?

    Thanks.

    #1181038
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    .blog .entry-content,.archive  .entry-content {
        font-size: 16px;
        line-height: 1.4;
    }

    Hope it helps.

    #1181460
    Alex
    Participant

    Hello,

    Thank you very much!


    Alex

    #1181477
    Rahul
    Moderator

    Glad that fixed the issue!

    Let us know if we can help with anything else. We’d be happy to help you with everything.

    Thank You.

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