Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #270938

    Hi guys, i’d like to remove the date on Fullwidth Mansory, i’ve searched how to remove date, I found for single post.. i put the code on Quick CSS adn worked inside the post.. but i’d like to take off the date on homepage.. i’d like just to show the Title.
    Obs. sorry about my english, i’m from Brazil so my english is not that good.. lol

    Thanks!

    #271205

    Hi Bruno!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.av-masonry-date.meta-color.updated {
    display: none;
    }

    Regards,
    Yigit

    #271584

    Hello Yigit. Thank you very much for your help.. but sitll not working.. i put in Quick CSS but nothing happens… =( I really need to take the date off cause i’m using Fullwidth Mansory as menu with photos…

    #271789

    Hey!

    Please try adding !important rule as following

    .av-masonry-date {
    display: none !important;
    }

    If that does not work, please post the link to your website so we can make sure that we are targeting correct selector :)

    Regards,
    Yigit

    • This reply was modified 9 years, 10 months ago by Yigit.
    #272720

    Hello Yigit!! Still not working.. :(

    here is the website:

    http://artstier.casaw.com.br/

    I Appreciate your help man,
    Cya!
    Bruno Abreu

    #272727

    Hey!

    I realized that i made a small punctional mistake in the last code i posted. Please try it now

    Cheers!
    Yigit

    #272730

    Perfect Yigit!!! Thank you very much!!
    It works perfectly!!! =D

    Cheers!!!
    Bruno Abreu

    #272733

    Hey!

    Great! :)
    Not at all, Glad we could help! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove date on Fullwidth Mansory’ is closed to new replies.