Tagged: x
-
AuthorPosts
-
April 18, 2016 at 4:06 pm #888947
juppsanParticipantHi,
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?
April 18, 2016 at 4:08 pm #888951
juppsanParticipantThis reply has been marked as private.April 19, 2016 at 3:50 am #889561
ChristopherModeratorHi 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.
April 19, 2016 at 6:18 am #889811
juppsanParticipantHi,
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?
April 19, 2016 at 9:11 am #890099
ThaiModeratorHi There,
Please add the following CSS:
.blog article.category-eng { display: none !important; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-888947 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
