Home › Forums › Themes Support › Claue › Sub Product Category Header Question
- This topic has 9 replies, 4 voices, and was last updated 2 years, 5 months ago by Harry.
-
AuthorPosts
-
-
October 28, 2017 at 3:54 pm #12589Anonymous
I have 3 Questions – Please see the screenshot attached.
- The Category and Sub-Categories have a title card. The white background of the title takes a lot of space of the category image. How do I remove the background, or change it’s opacity etc. What’s the best way to show the category title, but also show the full image.
- Secondly, How do I change the size of the product category image? Is it something which is jus the size of the photo I’ve uploaded?
- The product header has a grey stripe – where do I change this?
Thanks
-
October 29, 2017 at 9:47 am #12599
Hi,
1. You can remove background on category images by add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-category h2 { background: none;}
or change transparent by add code
.product-category h2 { background: rgba(255,255,255,0.3);}
with 255,255,255 as rgb and 0.3 as opacity from 0-1
2. Sorry this feature WooCommerce doesn’t support. It would be best to contact Woocommerce support about this. Perhaps they have an extension available for this.
3. You can change it in Claue > Theme Option > WooCommerce > General Settings > Page Title Background
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 25, 2020 at 5:51 pm #36622
Hi,
I`m trying to change the grey background on category titles. I´ve tried some of the different solutions on the forum, but they don´t seem to work. Changing settings for title under settings only applies to main shop page.
Need possibility to change both background color and font color.Best regards,
Jon Kristen
Attachments:
You must be logged in to view attached files. -
May 25, 2020 at 11:39 pm #36627
Hi Jon Kristen,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.page-head::before { background: #222; } .page-head h1 { color: #fff; } .page-head p { color: #fff; }
and change #222, #fff with your color code.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 1, 2022 at 4:07 pm #43204
- I also tried this, and it does help in changing the grey background in categories that have no category header image added. Great! However, it also changes the color of category headers that otherwise have an image attached. Is there a solution to this?
- Is it possible to add header images to tags?
-
July 1, 2022 at 5:13 pm #43205
Hi Jon Kristen,
Please change general category background image in Claue > Theme Option > WooCommerce > General Setting
Btw, your support expired so long. Please renew your support at https://themeforest.net/downloads
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 1, 2022 at 5:36 pm #43206
Hi Harry,
my name is Erik not Jon Kristen (topic starter), I have still a year of support 🙂
In Claue > Theme Option > WooCommerce > General Setting I have added no image and full transparency. Adding the above code (.page head) does alter the background of every category header into the colour specified in the code, however it also hides all category images that I have uploaded. How can I make the category images visible, and when no image is specified have the header appear in the colour that I enter in the .page head code?
Thanks again, Erik
-
July 1, 2022 at 10:21 pm #43207
Hi Erik,
Please change code to
.page-head::before { background: transparent; } .page-head { background-color: #222; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 2, 2022 at 5:28 pm #43211
Thank you so much, appreciate the support! 🙂
-
July 3, 2022 at 11:02 am #43212
You’re welcome Erik.
Have a great weekend!
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.