This topic has 8 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp
Hello,
i have a lot of questions about post grid:
1)What’s the difference with post masonry grid?
2)How can edit dimensions of grids?
3)How can edit the color of “read more”button?
and
4)From where i set the content of the post?Now appears “…”
And one more question about informations about author,data etc. of a post.
I put this code to css
.meta-post {
display: none;
}
There is not an option to theme options?
Hello,
1. Masonry is a grid layout based on columns. Unlike other grid layouts, it doesn’t have fixed height rows.
2. There are no such settings in Post Grid element. You can edit dimensions via css.
3. Use this code in Global Custom CSS:
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
background-color: green !important;
}
4. Go to Theme Options > Blog Layout > Excerpt length (words) and enter words number you want to show for the posts.
Regards,
Eva Kemp.
ok,thanks.A few more questions:
Which is the css for dimensions of grid elements and i still ask the last question:
I put this code to css
.meta-post {
display: none;
}
There is not an option for disabling them from theme options?
Hello,
Use this css code:
.vc_gitem-zone {
width: 300px !important;
}
If you want to remove meta-post on Blog page go to Theme Options > Blog Layout > Show “byline” on the blog > Off.
Regards,
Eva Kemp.
It is already off but the informations still appears if i don’t put this code.
For example see related post to http://www.christopoulosorl.gr/%ce%b2%cf%81%ce%ac%ce%b3%cf%87%ce%bf%cf%82-%cf%86%cf%89%ce%bd%ce%ae%cf%82/
Only with the css works.
Why?
Hello,
Do you mean meta post for related posts?
In this case you have to add the css code.
Regards,
Eva Kemp.
🙂
thank you
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Questions about post grid’' has been successfully resolved, and the topic is now closed for further responses