Home › Forums › Themes Support › Claue › Shop customization
- This topic has 3 replies, 2 voices, and was last updated 7 years, 7 months ago by Harry.
-
AuthorPosts
-
-
May 1, 2017 at 10:58 pm #3636
Hello.
I need your support to customize shop page. I have started with fullwidth shop demo page, it’ll be my home page.
I attach a screenshot. There are three arrows on it to point to problems I want to solve.
I appreciate your help and time for me.
1. Into the header I’d like to upload an image with a bigger height. If I upload it by theme option it is resized and cutted. Is it possible to replace it with a meta slider?
2. How Could I remove the text “Front end” from breadcrumb?
3. I know how to resize text under category product (from he configuration), but I ‘d like to center this text. Could you help me giving exact css rules.
Thanks for your attention.
Regards.
Screenshot
http://awesomescreenshot.com/0256at3e12
-
May 1, 2017 at 11:18 pm #3637
Hello,
Thank you for purchase!
I help you.
1. Change page header by metaslider
2. Disable breadcrumbs
You can check setting in page layout options ( i disabled page title and breadcrumb)
https://monosnap.com/file/4gtSRxEdVPQrH8LnjDrWz5mgcJjf8p#
3. To make the title of categories center you can add custom css in Claue > Theme Options > General Layout > Custom CSS
.product-category, .jas-banner { text-align: center;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 1, 2017 at 11:23 pm #3638
Thanks for your fast and fantastic support. All it’s ok.
Only the plus sign near menu on left sidebar is hidden now.
Regards,
Alfredo.
-
May 1, 2017 at 11:41 pm #3639
Hi,
You can add custom css
.widget ul.product-categories li { padding-left: 15px; position: relative; }
.widget ul.product-categories li::before { color: #222; content: “+”; left: 0; position: absolute; }
best 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.