Home › Forums › Basel support forum › Change product category height, change menu font into lowercase, and footer
Change product category height, change menu font into lowercase, and footer
- This topic has 9 replies, 2 voices, and was last updated 5 years, 9 months ago by
Elise Noromit.
-
AuthorPosts
-
December 13, 2019 at 9:55 am #163108
tommytaiParticipantDear Support,
1. Could you change the product category height? (Product category.jpg)
2. How do we change the Navigation font into lowercase?
3. How do we set left align for footer column 1? (Footer jpg)Thank you very much
Attachments:
You must be logged in to view attached files.December 13, 2019 at 11:54 am #163160
Elise NoromitMemberHello,
1. Categories, you need to disable cropping and upload high images: https://xtemos.com/docs/basel/image-size-in-a-product-grid/
2. Please provide the page URL, I will provide custom CSS.
3. Please add this code to the Theme Settings > Custom CSS > Global:
body .footer-container .footer-widget p{ text-align:left; } body .footer-container .widget_text .social-icons{ text-align:left; }
Best Regards
December 13, 2019 at 4:44 pm #163238
tommytaiParticipantDecember 13, 2019 at 9:12 pm #163252
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .main-nav .menu > li > a { text-transform: none; }
Best Regards
December 15, 2019 at 4:12 pm #163462
tommytaiParticipantDear Support,
1. How do i change the all header icons and text color? (header.jpg)
2. How do i change the color of the product title, price, add to cart text? (product.jpg)
Maybe change all the text into one color instead of black**3. How do i add social icons that linked to my Facebook, Instagram page on my header and footer?
Thank you very much for the help.
Attachments:
You must be logged in to view attached files.December 16, 2019 at 7:58 am #163530
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .right-column .search-button a { color:red; } .icons-design-line .wishlist-info-widget>a:before { color:red; } body .color-scheme-dark a:hover { color: yellow; } body .icons-design-line .shopping-cart>a:before { color:red; }
You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/basel/advanced-typography-settings-2/
You can configure the social icons in the Theme Settings > Social Icons.
Configure your [social_buttons] shortcode. You can leave the field empty to remove the particular link. Note that there are two types of social buttons. First one is SHARE buttons [social_buttons type="share"]. It displays icons that share your page in social media. And the second one is FOLLOW buttons [social_buttons type="follow"]. Simply displays links to your social profiles. You can configure both types here.
Best Regards
December 17, 2019 at 3:13 am #163679
tommytaiParticipantDear Elise,
Thanks for the quick support, it is working good but is not working for the footer.
1. How do i change the color for footer column title, text, and social icons? (footer-col.jpg)
2. How do i change the title to become wider and put it at the bottom of the category image? (category-title.jpg)
Thank you.
Attachments:
You must be logged in to view attached files.December 17, 2019 at 12:41 pm #163746
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cat-design-default .hover-mask { bottom: 0; width: 100%; display: block; } body footer.color-scheme-light .widget-title { color: yellow; } body .footer-container.color-scheme-light ul li { color: orange; } body .footer-container .textwidget { color: orange; } body .footer-container.color-scheme-light ul li a{ color: yellow; } body .footer-container.color-scheme-light ul li a:hover { color: red; }
Set the colors as per your needs.
Best Regards
December 17, 2019 at 2:48 pm #163758
tommytaiParticipantDear Elise,
Thank you so much for the info again.
There are two more things to change:
1. Footer title underline color
2. Footer copyrights font color
3. the tiny line above the footer copyright color as wellThank you Elise!
Attachments:
You must be logged in to view attached files.December 17, 2019 at 4:31 pm #163777
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .footer-container.color-scheme-light p, body .footer-container.color-scheme-light p a{ color: yellow; } body .color-scheme-light .widget-title:before{ background-color: red; } body .footer-container.color-scheme-light .main-footer+.copyrights-wrapper .min-footer { border-top: 1px solid yellow; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register