Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #775466

    hi Im using a magazine element to display blog posts in a specified category. i have tried these 2 bits of short code but they don’t work:
    .av-masonry-date {
    display: none !important;
    }
    .single-post .date-container {
    display:none !important;
    }

    cheers,

    james

    #775469

    Hey James,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    time.av-magazine-time {
        display: none;
    }
    

    Best regards,
    Yigit

    #775471

    That works – thank you.

    Also is there quick css to increase the size of the title field in the magazine element?

    #775484

    Hey!

    Yes, please add following code to Quick CSS as well

    .av-magazine .av-magazine-content-wrap .av-magazine-title {
        font-size: 19px;
    }

    Cheers!
    Yigit

    #775493

    that works aswell. thanks

    #775494

    Hey!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove dates from blog magazine element’ is closed to new replies.