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

    Hey,

    http://www.hotelladdict.se/startpage-masonry/

    – I don’t want to display the tags
    – I don’t want to display the date
    – I want Read more to be Läs mer

    What code shall I add?

    Thanks
    Charlotte

    #1006651

    Hey Charlotte,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .slide-content .blog-categories.minor-meta {
    	display: none;
    }
    .slide-content .slide-meta {
    	display: none;
    }
    

    Can you disable caching and minification for now?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1006663

    Hi Victoria!
    thanks but the code is not working, I have empty cache and also put it in custom.css

    Also, where can I change the text Read More

    Best regards
    Charlotte

    #1006872

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .slide-content .blog-categories.minor-meta,.slide-entry .entry-footer  {
    display: none !important;
    }
    a.more-link:before{
        content: "Läs mer" !important; 
        font-size: 16px !important; 
    }
    
    a.more-link {
        font-size: 0 !important; 
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1006910

    Thanks :)

    #1006927

    Hi,

    Glad we could help!
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Delete items in Blog post gallery’ is closed to new replies.