Websites issues - by Daniel Partadzhiev - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler

  • Avatar: Daniel Partadzhiev
    Daniel Partadzhiev
    Participant
    April 11, 2021 at 09:21

    Hello,

    We have the following issues on our website:
    1. The brand links located at the bottom of our landing page and the brand label in the product page lead to the 404 page.
    2. On our shop page we would like to hide all subcategories and open them on click. We have been unable to find and option to achieve that. Now all subcategories are displayed below the categories.
    3. We would also like to make the font size of the categories on our Shop page bigger and bolder. If you can provide an appropriate css selector that would be great,

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 09:48

    Hello,

    1) Settings > Permalinks > check if you use the Post name type and re-save permalinks. Try after that.
    2) Theme Options > WooCommerce > Shop elements > Categories > Open Product Categories Widget By Default > Off
    3) Add the next code in Theme Options > Theme custom CSS:

    .widget_product_categories.sidebar-widget ul li a, .sidebar-widget ul li a {
        font-size: 16px !important;
        font-weight: 500;
    }

    http://prntscr.com/119huo9

    Regards

    Avatar: Daniel Partadzhiev
    Daniel Partadzhiev
    Participant
    April 11, 2021 at 10:04

    Hello,

    Thank you for your help.

    2 and 3 are resolved. 1 – The permalinks change did not help. Can you assist further?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 10:26

    Hello,

    3. Provide temporary FTP access. I will pass this question to our technicians. They will be able to check it more deeply after the weekend.
    If you don’t know your FTP host, FTP login, and FTP pass contact your hosting provider and ask this information.

    Regards

    Avatar: Daniel Partadzhiev
    Daniel Partadzhiev
    Participant
    April 11, 2021 at 12:31

    Hello,

    I was able to resolve the issue with the permalinks.
    With regards to the CSS code snippet for the size of the categories – the changes are applied to both categories and subcategories. How can I modified it to apply the bigger font size only on the categories. Thanks.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 12:42

    Hello,

    Change this code http://prntscr.com/119l6ep to

    .widget_product_categories.sidebar-widget ul li a {
        font-size: 19px;
    }

    http://prntscr.com/119l9ac

    Regards

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

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

Helpful Topics

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