Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1307415
    Gee R
    Participant

    Hi,

    I’ve styled by blog index page how I like. Could you please let me know what css class(es) I need to add to .blog to have the same styling applied to the various category pages.

    For my blog index page, the title is styled as:

    .blog .h-landmark{
      color:#4c70b0;
    }

    What do I need to add to the above to have all category pages styled in the same way, without having to add duplicate css declarations?

    Thanks in advance.

    #1307471
    Rupok
    Member

    Hi there,

    Thanks for writing in! It should be like :

    .category .h-landmark{
      color:#4c70b0;
    }

    You can combine the blog and category CSS like this :

    .blog .h-landmark, .category .h-landmark{
      color:#4c70b0;
    }

    Hope this helps.

    #1307485
    Gee R
    Participant

    That’s it! Fantastic! Thank you so much. You guys really are the best.

    Happy New Year to everyone at Themeco.

    #1307576
    Friech
    Moderator

    We’re delighted to assist you with this.

    Happy New Year, Cheers!

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