Tagged: 

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

    how can i disable the date in the mansory? i only want to show the title here: https://imgur.com/a/XH7Zioe Thanks for your help and all the best, Alex

    #1049636

    Hey diefleischerei,

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

    CSS Snippet:

    
    /* CSS - Hide masonry date */
    
    .av-masonry-date {
        display: none;
    }
    
    
    

    Best regards,
    Vinay

    #1049717

    Hey, i added the code but the date is still there: https://imgur.com/a/GM4sLhF

    #1050186

    Hi,
    Please try this code instead:

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

    Then please clear your browser cache

    Best regards,
    Mike

    #1050295

    Hey Mike. Sorry but this do not work :(

    This is the code i use in my style.css file. should i add custom css in this file. style.css or should i use the new css editor from wordpress? here: https://imgur.com/a/uLFsHl1 (info box at the top). what would be the best with enfold child theme?

    thanks, alex

    #1050345

    Hi,
    Adding the css to the style.css above is a good place and should work good, but I believe your css/js file merging is on in your performance settings, so your merged css needs to be re-built. Please try going to Enfold Theme Options > General Styling > Quick CSS field and add a blank space in the field, then save your theme settings by clicking the big blue button “Save all changes”, then clear or purge any cache plugin, then clear your browser cache.
    If this doesn’t help, please include a admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1050551

    Hi Mike. the blank space in the quick css worked! can you help me also with the background color here: https://imgur.com/a/rrJe6Zd

    how can i change the color here?

    Thanks, Alex

    #1050607

    Hi,
    To change the color there, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .main_color .container .av-inner-masonry-content {
        background-color: #e8e8e8 !important; 
    }

    Then clear your browser cache.
    Each time that you add css to the style.css the merged file will need to be updated by saving the theme options.
    We recommend adding your css into the Quick CSS field because when you click save it will update the merged file.
    If you want to use the style.css just try the little trick each time.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.