Increasing font size in attributes filter

This topic has 14 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler

  • Avatar: Diego
    Diego
    Participant
    May 13, 2020 at 14:38

    how can i go about increasing font size in attributes filter?

    Please, contact administrator
    for this information.
    13 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 13, 2020 at 14:49

    Hello,

    Add the next code in Theme Options > Custom CSS

    .widget_layered_nav ul li a {
        font-size: 15px;
        line-height: 1.1;
        padding: 3px 3px 3px 10px;
    }

    Regards

    Avatar: Diego
    Diego
    Participant
    May 13, 2020 at 14:57

    ok work great!
    it is possible in page https://www.vetriera12.it/negozio/ hide the button "<Return to Previous Page"
    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 13, 2020 at 15:04
    .page-heading .back-to {
        display: none;
    }

    Regards

    Avatar: Diego
    Diego
    Participant
    June 3, 2020 at 13:14

    thanks work great.
    I have another question it is possible change “breadcrumbs” with “back button”

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 3, 2020 at 13:17

    Hi,

    Describe the desired result in more detail.

    Regards

    Avatar: Diego
    Diego
    Participant
    June 4, 2020 at 17:19

    hide breadcrumbsreplace breadcrumbs with

    thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 5, 2020 at 08:02

    Try to use the next custom CSS code

    .single-product .woocommerce-breadcrumb {
        display: none;
    }
    .single-product .page-heading .back-to {
        display: block;
        right: 50% !important;
        bottom: -23px !important;
        top: auto !important;
        transform: translateX(50%);
    }

    Regards

    Avatar: Diego
    Diego
    Participant
    June 15, 2020 at 14:01

    when I insert a product in upsell it does not display correctly on the product page. You can understand from the photo I have attached.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 17, 2020 at 12:41

    Please provide URL of the product and temporary FTP access also.

    Regards

    Avatar: Diego
    Diego
    Participant
    June 17, 2020 at 15:53

    for upsell i solved. But i have other problem for wishlist icon.
    This icon is not centered you see image in attachment

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2020 at 09:41

    Hello,

    Try to add the next code in Theme Options > Custom CSS:

    .wishlist-btn-container.with-styles .single_add_to_wishlist {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .single-product .yith-wcwl-add-button > a i {
        display: none;
    }
    .wishlist-btn-container.with-styles .single_add_to_wishlist:after {
        display: none;
    }

    Regards

    Avatar: Diego
    Diego
    Participant
    June 18, 2020 at 11:11

    work good thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 18, 2020 at 11:13

    You’re welcome!

    Regards

  • Viewing 14 results - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.