• Resolved moonshot1968

    (@moonshot1968)


    Somehow, a category link has showed up on each one of my employee’s pages. You can see the code above the employee name (ie. EMP2) in light blue font. They have never been there before. I am assuming they showed up after a recent update. I need to know how to get rid of them on each employee page. Thanks.

    Glenn

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter moonshot1968

    (@moonshot1968)

    Also, there is a white background on the bottom of the page covering the links from on employee to the next with a black font. I don’t know how that happened either. Please help.

    Just starting with the first one, if you go to:
    Dashboard > Appearance > Customise > Blog options
    is “Hide post meta on singles” unchecked.

    Thread Starter moonshot1968

    (@moonshot1968)

    Sorry lorro, the first option didn’t work. Any other way?

    Thread Starter moonshot1968

    (@moonshot1968)

    Sorry again. I didn’t realize your comment was a question. “Hide post meta on singles” is NOT unchecked.

    The easiest method would be to hide the category link with some custom css:

    .type-employees .meta-post {
      display: none;
    }

    To get rid of the white block you can try:

    .post-navigation {
      background: transparent !important;
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter moonshot1968

    (@moonshot1968)

    Awesome !!! They both worked. Thanks you so much and Happy Holidays !!!!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Category Link Issue’ is closed to new replies.