Home › Forums › Themes Support › Claue › Remove Category Header Image
Tagged: category page, header image, remove image, hide header image
- This topic has 8 replies, 3 voices, and was last updated 6 years ago by Harry.
-
AuthorPosts
-
-
August 21, 2018 at 4:10 pm #23999
Hi,
How can I remove (Hide) the header image on category pages?
-
August 21, 2018 at 4:23 pm #24000
I’d like to remove the entire header image section (excluding Title) from Categories and Tags pages. But want to keep the Titles for SEO purpose.
Objective is to bring the products up in top-fold of the screen and faster loading due to no header image.
-
August 21, 2018 at 4:54 pm #24001
Output like this is okay for me. Can you please let me know how & where to make required changes?
I changed this on browser by reducing page-head padding from 50 to 20px
-
August 21, 2018 at 6:00 pm #24006
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.page-head { padding: 20px 0; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 21, 2018 at 6:47 pm #24009
Thanks Harry. The code worked fine when I added it at the top of Custom CSS.
Lastly, The default header is gray color. How can I change this color to something else?
-
August 21, 2018 at 10:16 pm #24018
Hi Mike,
You can change background color by add below code
.page-head:before { background: #999; }
and change #999 with your color.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 21, 2018 at 11:58 pm #24022
Thanks Harry. You are awesome!
-Mike
-
November 1, 2018 at 2:03 pm #26225
What is about CSS for both title and description font size and color? What is the header image size? Is it possible to change position from top into anywhere on category page such as over or under all product archives?
PANDALER [ https://pandaler.com/ ] - The Very Coolest of Panda Stuffs In One Place For You And Everyone In Your Life Who Loves Panda!
-
November 1, 2018 at 4:25 pm #26226
Hi James,
1. The CSS code for title and description is
.page-head h1 { font-size: 20px; color: #fff; } .page-head p { font-size: 14px; color: #fff; }
2. The header image size is (1920*150)px
3. It now doesn’t have option to move category header description to any where. If you want you have to customize code.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
-
-
AuthorPosts
You must be logged in to reply to this topic.