Home Forums Basel support forum Questions

Questions

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7443

    cg
    Participant

    See 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.
    #7450

    cg
    Participant

    Also,

    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.
    #7456

    Artem Temos
    Keymaster

    Hello,

    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

    #7468

    cg
    Participant

    THANK YOU 🙂

    #7472

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 5 posts - 1 through 5 (of 5 total)