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
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
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
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
Thanks :)
Hi,
Glad we could help!
Thank you for using Enfold :)
Best regards,
Vinay