Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #96996
    Belkhodja
    Participant

    Hi, how can i remove the “Posted on”?

    #97006
    Mahesh
    Keymaster

    @hedibelkhodja:
    Hi Belkhodja,

    This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #main .entry-header .posted-on {
        display: none;
    }

    Regards,
    Mahesh

    #97084
    Belkhodja
    Participant

    Thank you.

    I modified the template-yags.php file directly.

    But do you think it is a good idea?

    #97101
    Mahesh
    Keymaster

    @hedibelkhodja: Thank you for your appreciation. If you do want to customize the code, it is strongly recommended to use child theme because whenever you update the theme, all you customization will be lost. You can find more details on creating child theme HERE.

    Regards,
    Mahesh

    #97144
    Belkhodja
    Participant

    @Mahesh Excellent!
    thank you for your help.

    #97220
    Mahesh
    Keymaster

    @hedibelkhodja: Thank you for your appreciation. Have nice day!

    Regards,
    Mahesh

    #97285
    Dennis
    Participant

    aloha! I had the same request and did the following –
    1) used One click child theme to create child theme
    2) followed your instructions above to edit CSS to remove date

    I still see date on my homepage “featured content” area. that is where I’d like the date removed. Please advise. Mahalo!

    #97313
    Mahesh
    Keymaster

    @mauitheatre: Please post in your site url so that I could help you further.

    Regards,
    Mahesh

    #97316
    Dennis
    Participant
    #97320
    Mahesh
    Keymaster

    @mauitheatre: For hiding date in featured content, you’ll need to add the following custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content .meta-info {
        display: none;
    }

    Regards,
    Mahesh

    #97321
    Dennis
    Participant

    Amazing, thank you so much!!

    #97329
    Mahesh
    Keymaster

    @mauitheatre: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove the date’ is closed to new replies.