• Resolved namalaw

    (@namalaw)


    I apologize if this is in the wrong section but I couldn’t see a section that it would fit better in.
    We had a developer build the site for us, unfortunately he’s extremely hard to get a hold of now.

    I have linked to one of the pages we have. Under Categories, all of the product categories that we want that item to show up in are visible in Red. I’m wondering if this can be hidden ?

    Thank you in advance for any help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • There are different ways to approach this.

    1. add this to your CSS file (this only hides the text).

    span.posted_in {
    display: none;
    }

    2. You can override the page template using a child theme and remove the code that adds the content to the product page (this removes the text).

    3. Check your theme settings, you may be able to disable product categories from showing.

    Thread Starter namalaw

    (@namalaw)

    Thank you Majaid,

    I tried your 1st suggestion but it didn’t work.

    Number 2 is Greek to me

    I can’t seem to find anyway to disable it in the theme settings. I checked General Settings and Skin.

    I’m a total newbie to wordpress and I’m feeling things out.

    Thread Starter namalaw

    (@namalaw)

    @majaid

    I apologize, I was trying your #1 suggestion in the wrong area. It worked like a charm once I put it in the right location.

    Thank you!!

    Some pages can be hidden from main menu, especially in header section. To do this, you can custom which one the pages will be show up or hidden. Go to appearance, select menu, and then drag and drop which one pages will be hidden or showing up.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding “Categories” on the web page.’ is closed to new replies.