-
AuthorPosts
-
November 11, 2014 at 8:20 pm #142980
Douglas_R_YoungParticipantI cannot for the life of me figure out how to remove the Category Archives Title that surfaces at the top of each blog listing page. Can anyone help me?
You can see it here… http://douglasryoung.net/category/adventure/
Thanks,
Doug
November 12, 2014 at 7:40 am #143291
RubinKeymasterHey There,
Go to Customizer > Custom > CSS and add following:
.archive .x-landmark { display: none; }November 12, 2014 at 2:25 pm #143660
Douglas_R_YoungParticipantThank you so much!!!!! You’ve made my day!
November 13, 2014 at 12:49 am #144029
ChristianModeratorYou’re welcome Douglas. Glad we could help.
February 5, 2015 at 3:26 pm #200020
keithjobrienParticipantHi,
I’ve added this to the CSS Customizer but the titles are still showing up. Any ideas? http://carbooq.com/top-5-electric-supercars/
.archive .x-landmark { display: none; }
Thanks,
KeithFebruary 6, 2015 at 3:13 am #200328
ChristianModeratorHey Keith,
Can you give us a screenshot of the area you want to hide?
Thanks.
February 11, 2015 at 4:10 pm #204363
keithjobrienParticipantThanks,
I can’t figure out how to attach a screen shot.
As an example, I would like to remove the text “Car Buzz from the Internet” on this page http://carbooq.com/category/social-news/
In general I would like to remove all Archive Titles from my site.
Thanks,
KeithFebruary 12, 2015 at 10:10 am #205034
DarshanaModeratorHi there,
For archive pages, use the following code as mentioned above.
.archive .h-landmark { display: none; }For single pages, use the following CSS code.
.single-post .entry-header { display: none; }Hope that helps.
February 12, 2015 at 6:18 pm #205450
keithjobrienParticipantBrilliant thanks very much
February 13, 2015 at 2:30 pm #206082
DarshanaModeratorGlad we were able to help 🙂
October 10, 2015 at 2:42 am #619222
sndesignParticipantThis was helpful in removing the sidebar from the archive page, however I chose the 3 column layout, it’s still showing a 2 column layout stretched out. How do I fix this?
October 10, 2015 at 2:53 am #619227
ChristopherModeratorThanks 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.
October 10, 2015 at 2:57 am #619229
sndesignParticipantThis reply has been marked as private.October 10, 2015 at 3:05 am #619233
ChristopherModeratorHi there,
Please select number of columns from Customize -> Blog -> Archives, currently it sets to display two columns.
Thanks.
October 10, 2015 at 3:06 am #619235
sndesignParticipantOops 🙂 silly me. Thank you!!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-142980 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
