Hi how are you?
I read on other discussions similar needs of different people but I don´t understand them!
I also tried to copy this shortcode on a blank page:
[portfolio count="6" style="grid" columns="3" category="Flats" category_multi="" orderby="date" order="DESC" exclude_id="" related="0" filters="0" pagination="0" load_more="0" greyscale="0"]
.portfolio_group .portfolio-item .desc {
display:none;
}
Thanks in advance!!
Comments
All I can change with CSS is hiding titles and strings.
If you want to change the style of layout in the shortcode, just change the line style="grid" to something else, like style="flat" - which is most similar to what you want to achieve.