[Resolved] Footer Widget Woocommerce Product Font

Home Forums Support [Resolved] Footer Widget Woocommerce Product Font

Home Forums Support Footer Widget Woocommerce Product Font

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #959033
    Gwyneth

    Hello GPs
    The woocommerce product footer widget is displaying product title in bold. Is there a way to have normal font weight? I don’t like the look of bold. See homepage footer
    And can I remove the stars in the footer widget? I tried disabling reviews and rating in woocommerce and also unticking ratings in Customise>Layout>Woocommerce but the stars are still in the footer widget.
    thanks
    Gwyneth

    #959376
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .footer-widgets .woocommerce ul.product_list_widget li a {
        font-weight: normal;
    }
    .footer-widgets .woocommerce ul.product_list_widget li .star-rating {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #959399
    Gwyneth

    Thank you, that works, my first time of using Additional Css in the customiser!

    #959423
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    #959633
    Gwyneth

    And could you give me some css to put the product images in the footer widget to the left of the product title? See https://eftgathering.com

    #959644
    Leo
    Staff
    Customer Support

    This should really be a question for WooCommerce.

    You can try this CSS:

    .woocommerce ul.product_list_widget li img {
        float: left;
    }
    #959653
    Gwyneth

    ooops another footer problem the back to the top button is overlying the privacy flag. How to separate them?

    #959660
    Leo
    Staff
    Customer Support
    #959661
    Leo
    Staff
    Customer Support
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.