• Resolved rookie59

    (@rookie59)


    I love this theme and trying to fine tune a few things.

    I realize that this topic is mentioned on the forum a few times but I can’t seems to get anything to work and thought it might be theme related.

    Trying to remove the posted in button and info, categories button and info using variations of following in the custom css area but haven’t found anything that has an effect.
    .post-meta {
    display: none;
    }

    please help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @rookie59

    To remove the posted in, categories button please try using CSS which is give below.

    
    footer.entry-footer {
        display: none;
    }

    I hope this will resolve your issues.

    Best Regards!!

    Suyogya Shukla

    (@themeislesupport)

    Hey Teeru,

    Thanks for helping out ??

    Thread Starter rookie59

    (@rookie59)

    thanks for the help and sorry for the delay in responding Teeru – I’ve had a hard time getting back to work on this. Put your CSS in and that seemed to work on the single post, the category tag remained on the multiple post page. I had already tried the following which didn’t work for me.

    footer.single-entry-footer {
    display: none;
    }

    Also, I just found this plug-in: WP Author, Date and Meta Remover. This seemed to remove everything including the category on the multiple post page. However, it has not been tested with newer wp versions so I am a bit hesitant to rely on it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove ‘Posted in’ and ‘Category’ Llorix Theme’ is closed to new replies.