Tagged: x
-
AuthorPosts
-
February 21, 2017 at 1:05 pm #1380224
pacmanParticipantI found this closed post which was pretty helpful:
https://community.theme.co/forums/topic/remove-category-archives-title/However, I still have a couple of issues:
1. I was able to remove the “Category Archive” title using “.archive .x-landmark { display: none; }” but the container/bar that goes across the screen where this text was located did not go away? how can I remove this?2. I added “.single-post .entry-header { display: none; }” but once I click on a single post the title “BLOG” still appears. I would like to remove both the text BLOG and the container/bar where it is.
I am adding the extra code under: Customizer -> Additional CSS
February 21, 2017 at 1:23 pm #1380237
JadeModeratorHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
February 21, 2017 at 1:41 pm #1380253
pacmanParticipantThis reply has been marked as private.February 21, 2017 at 1:48 pm #1380266
pacmanParticipantalso, is there a way to remove the “Search” bar from within the posts?
February 21, 2017 at 2:17 pm #1380299
DarshanaModeratorHi there,
#1. Use the following CSS rule instead.
.archive .x-header-landmark { display: none; }#2. Use the following CSS rule.
.single-post .x-header-landmark { display: none; }3. To remove search from single posts, use the following CSS rule.
.single-post #search-3 { display: none; }Hope that helps.
February 21, 2017 at 2:41 pm #1380332
pacmanParticipantThanks, works great. The Search field is gone but the content of the post is not centered, as if the column space for the search field is still there. Is there a way get rid of this space and have the content of the post centered?
February 21, 2017 at 10:31 pm #1380833
DarshanaModeratorHi there,
It seems that you have deleted your posts, so that I could not see the content. Let us know once you add some content, so that we can assist you.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1380224 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
