• Resolved TAB04

    (@tab04)


    My product category titles are showing twice. How do I get rid of the smaller one?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    The double-entry seems to be a result of the theme you’re using. If you’d like to continue using that theme AND remove the smaller heading, you could try adding the following custom CSS to your WordPress settings under Appearance > Customize > Additional CSS:

    
    .woocommerce-page .archive-description {
      display: none;
    }
    
    Thread Starter TAB04

    (@tab04)

    Thanks! Works perfect, although I put the code in my css file directly.

    Plugin Support Hannah S.L.

    (@fernashes)

    Automattic Happiness Engineer

    I’d avoid putting the code directly in the CSS file of your theme, as it’ll get overwritten the next time you update your theme. The best thing to do is use Jetpack’s CSS option, or another plugin to manage that CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category Title Showing Twice’ is closed to new replies.