• Resolved harrytr

    (@harrytr)


    Hello,
    how i can remove the title over the picture in this category shop page? I want only to show the picture of the category and not the title/name

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

Viewing 1 replies (of 1 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    
    /* Remove categories title from the tienda page */
    .page-id-1991 h2.woocommerce-loop-category__title {
        display: none !important;
    }?
    

    It should look like this after applying the CSS code:

    https://www.screencast.com/t/uYLkwGRt
    ?
    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    Cheers ??

Viewing 1 replies (of 1 total)
  • The topic ‘Category title on shop page’ is closed to new replies.