• Resolved adagiono1

    (@adagiono1)


    Newbie here…

    Launching gift vouchers for first time and working through process (non-css ability).
    Can anyone recommend a way to remove the title ‘category’ from the product page?

    If CSS is the best option please provide and I’ll learn how to change.

    Many thanks in advance,

    Ambrose

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Put this in the Custom CSS page in Appearance->Customise:

    .product-details .posted_in { display: none; }

    Thread Starter adagiono1

    (@adagiono1)

    Thanks Sean,

    I tried that and it didn’t work.
    So I hit the forums and found the below that worked nicely.

    /* hide category */
    .product_meta {
    display: none;
    }

    Many thanks for your time ??

    Ambrose

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Category Title from Product Page’ is closed to new replies.