• Hello, How do I remove the Category name and date on the emag grid posts? Any help would be greatly appreciated. Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello stephaniesash,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .colorful-cat {
        display: none;
    }
    .posted-on {
        display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter stephaniesash

    (@stephaniesash)

    Hello, thanx for the response. I added the code

    {code type=php}
    .entry-date {
    display: none;
    }
    {/code}

    The first and last line turned red and I received this message

    There are 9 errors which must be fixed before you can save.
    Update anyway, even though it might break your site?

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    have you applied code given by me?

    Thread Starter stephaniesash

    (@stephaniesash)

    Hello, Yes I did and it didn’t seem to work. Thank you for the response

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Category and Date Removal’ is closed to new replies.