Home › Forums › Basel support forum › Questions
Questions
- This topic has 4 replies, 2 voices, and was last updated 8 years, 1 month ago by Artem Temos.
-
AuthorPosts
-
December 1, 2016 at 5:20 pm #7443
cgParticipantSee attachments for better reference:
1. How do I change the font of “breadcrumbs” for pages?
2. How do I remove the text of the social buttons for the footer widget? I just want the icons.
3. How do I center the “HTML before footer”?
4. How do I change the background color and text size for the “add to cart” “quick view” and “browse wishlist” tool tip in shop page? (I am using the “Base” Hover on Product option).
Thanks.
Attachments:
You must be logged in to view attached files.December 1, 2016 at 5:48 pm #7450
cgParticipantAlso,
5. How do I change the font and the icon color for the “Filter” (see attachment). Thanks.
6. On ipad PORTRAIT, the sidebar does not look right. The icon to open and close categories overlap the text ( I am using the small sidebar in shop) (see attachment and link in private box). How do I fix that?
7. On ipad PORTRAIT, when I press and hold with my finger on any category, it shows a background red. How can I change that? (see attachment and link in private box).
Sorry for too many questions…getting closer to what I want.
Thanks for your help!
Attachments:
You must be logged in to view attached files.December 1, 2016 at 8:20 pm #7456
Artem TemosKeymasterHello,
We have a prepared a code snippets for your questions. Add them to your Custom CSS
/* 1 question */ .page-title .entry-header .breadcrumbs>a, .page-title .entry-header .breadcrumbs>span, .woocommerce-breadcrumb { font-size:12px; } /* 2 question */ .main-footer .social-icons a { font-size:0!important; } /* 3 question */ .basel-prefooter { text-align:center; } /* 4 question */ .basel-tooltip:hover .basel-tooltip-label { background-color: red; } .basel-tooltip:hover .basel-tooltip-label:before { color:red; } /* 5 question */ .shop-loop-head .basel-filter-buttons .open-filters { color:red; } .shop-loop-head .basel-filter-buttons .open-filters:after, .shop-loop-head .basel-filter-buttons .open-filters:before { background-color:red; } /* 6 question */ .widget_product_categories .basel-cats-toggle { top: -5px; } .categories-accordion-on .widget_product_categories .cat-parent > a { padding-right:20px; } /* 7 question */ .categories-opened li a:active { background-color:black!important; }
Regards
December 2, 2016 at 12:55 am #7468
cgParticipantTHANK YOU 🙂
December 2, 2016 at 5:57 am #7472
Artem TemosKeymasterYou are welcome 🙂
-
AuthorPosts
- You must be logged in to create new topics. Login / Register