Hi,
can I change the Font Size/Line Hight in the masonry
http://www.fokus-naturstein.de/magazin/
screenshot:
https://www.dropbox.com/s/3gbyv02fs6kumgi/kriesi%20support.jpg?dl=0
Is it possible not to show the date in the masonry under the text
thx, Ditmar
Hey!
Try adding this code to the Quick CSS:
.av-masonry-entry-content.entry-content {
font-size: 12px;
line-height: 16px;
}
.av-masonry-date{
display: none;
}
Cheers!
Josue
great works
is it possible to show 3 lines of the article text as teaser (actually there are shown 1 line and two words)
thxs for great support!!!
Hi!
Try applying the following:
http://matthewfecher.com/webdesign/wp-quick-tip-how-to-change-the-excerpt-length/
Regards,
Josue