-
AuthorPosts
-
November 11, 2014 at 8:20 pm #142980
I 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 #143291Hey There,
Go to Customizer > Custom > CSS and add following:
.archive .x-landmark { display: none; }
November 12, 2014 at 2:25 pm #143660Thank you so much!!!!! You’ve made my day!
November 13, 2014 at 12:49 am #144029You’re welcome Douglas. Glad we could help.
February 5, 2015 at 3:26 pm #200020Hi,
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 #200328Hey Keith,
Can you give us a screenshot of the area you want to hide?
Thanks.
February 11, 2015 at 4:10 pm #204363Thanks,
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 #205034Hi 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 #205450Brilliant thanks very much
February 13, 2015 at 2:30 pm #206082Glad we were able to help 🙂
October 10, 2015 at 2:42 am #619222This 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 #619227Thanks 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 #619229This reply has been marked as private.October 10, 2015 at 3:05 am #619233Hi 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 #619235Oops 🙂 silly me. Thank you!!
-
AuthorPosts