Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #137475
    arivinocur
    Participant

    Hi,
    Is there any way to remove the date and date icon from the featured grid content pages?
    I´m using it as part of my home page and I´d like to feature only titles on each featured page?
    Thanks!
    Ariel

    #137509
    Skandha
    Participant

    @arivinocur: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    Let me know if this works out.
    Regards,
    Skandha

    #137522
    Skandha
    Participant

    @arivinocur: Apologies. The above CSS was to remove date from featured content.

    To remove date from featured grid content
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-grid-content .posted-on {
    	display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    #137538
    arivinocur
    Participant

    Great, it worked! Thanks a lot Skandha!

    #137615
    Skandha
    Participant

    @arivinocur: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fabulous-fluid/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    #137657
    arivinocur
    Participant

    Many thanks to Skandha who quickly answered my post and gave me a five-star solution!

    #137679
    Skandha
    Participant

    @arivinocur: Thank you for your appreciation.

    Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove date and date icon from grid content on Fabulous Fluid theme’ is closed to new replies.