Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888947
    juppsan
    Participant

    Hi,

    I am about to launch a blog on my webpage and I have a few troubles I can’t figure out on myself..

    1. On the blogposts, there is a line underneath the logo and before the footer. I would like to remove them, but don’t know how to do it.

    2. On my blog, I would only like to show the posts with the category “blog”. How do I do this?

    #888951
    juppsan
    Participant
    This reply has been marked as private.
    #889561
    Christopher
    Moderator

    Hi there,

    #1 Please add following code in Customize -> Custom -> CSS :

    .has-post-thumbnail .entry-featured {
        border-bottom: none;
    }
    .x-colophon, .x-logobar {
        border: none !important;
        box-shadow: none !important;
    }

    #2 Please add a category type menu under Appearance -> Menus and this menu will display posts assigned to specific category.

    Hope it helps.

    #889811
    juppsan
    Participant

    Hi,

    Thank you so much!

    Followup question- is there a way to remove one category from the blog? If I for example want all categories except “Eng” to show?

    #890099
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .blog article.category-eng {
        display: none !important;
    }

    Hope it helps 🙂

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