• Resolved rr2017

    (@rr2017)


    Hello,

    I have tried so many different suggested CSS combinations but I still cannot get the category title under the products listed on my shop page to disappear. Anybody have any ideas?

    Also, I have tried to change the size of the images and the padding on the customization page of my theme for the shop page but it does nothing. Anybody know how to fix that?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • h6.qodef-pl-category{
    display:none !important;
    }
    • This reply was modified 5 years, 5 months ago by braehler.
    • This reply was modified 5 years, 5 months ago by braehler.
    Thread Starter rr2017

    (@rr2017)

    Thank you!!!! Any ideas on how to change the size and padding since the customize settings aren’t working?

    • This reply was modified 5 years, 5 months ago by rr2017.

    @rr2017
    instead of using display: none important you can use this

    h6.qodef-pl-category{
    visibility: hidden;
    }

    This will also remove the title but keeping its element, so there is no change on the layout

    Do you want to change the size of the title or what are you trying?

    Thread Starter rr2017

    (@rr2017)

    Thank you for this reply. I backed away from this for a few days because it was so frustrating.

    No, I’m trying to change the size of the product images and change the padding between the product images. The settings in the customize panel does absolutely nothing. There must be another way.

    Hey @rr2017,

    It’s been quite a while you posted this originally. I noticed it in the unresolved topics. The original link to the page with categories is not working anymore. I couldn’t find the spot on the site to see if I could help out.

    If you don’t mind sharing the URL again, I’d be happy to take a look for you.

    Thanks,

    Plugin Support EtienneP a11n

    (@etiennep)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Category Title from product list on store page’ is closed to new replies.