Viewing 11 replies - 1 through 11 (of 11 total)
  • Hey Nikki,

    How are you doing today?

    This should be possible to do with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .singular-post span.entry-terms.category {
        display: none;
    }

    This should remove this only from your single post pages. If the code doesn’t work please keep it added and let me know so I can take a look.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter EricNikki

    (@ericnikki)

    Wow that worked like a treat, thanks so much Bojan!

    I wasn’t sure where to add it so I put it under:
    /*
    Content Area
    —————————————————————————————————- */

    /* Entries
    ——————————————— */
    and then at the end of the “Entries” section

    It seems to be ok ?? Thanks again!

    Omega has its own simple CSS editor under “Appearance > Customize > CSS”

    Thread Starter EricNikki

    (@ericnikki)

    Ah I see, thanks!

    Thread Starter EricNikki

    (@ericnikki)

    One more question, what about removing the same “Posted in” note at the bottom of this Categories page?

    https://1309.fr/category/eat-drink/

    Is it something like
    .category span.entry-terms.category {
    display: none;
    }

    ?

    Hey Nikki,

    I don’t see posted in on that page so I’m guessing you already figured that out ??

    Please let me know if I am missing something ??

    Cheers,
    Bojan

    Thread Starter EricNikki

    (@ericnikki)

    No I’m afraid it’s still there… the last line of the text block.
    https://1309.fr/category/eat-drink/

    But more generally I want to be able to completely reformat the category pages – I don’t like the default layout of the post snippets – and I’m still searching for a way to do that. Guess I should start a new thread for that new problem. Thanks for all your help so far Bojan!

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

    Hey again Nikki,

    Sorry I somehow missed that ??

    The following should remove it sitewide:

    span.entry-terms.category {
        display: none;
    }

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter EricNikki

    (@ericnikki)

    Yep that worked great! Thanks so much Bojan and themehit, I’m learning a lot from you guys ??

    Glad I could help ??

    Cheers,
    Bojan

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove "Posted in: " From Posts’ is closed to new replies.