Tagged: blog posts, font size
Hi,
The font size of the title is very big in blog grids and mansonry blogs, is there any way I can make the font size smaller just at these particular places?
Hey dfds,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
This is a private site, see below in private content.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-259 .entry-title {
font-size: 18px !important;
}
Best regards,
Rikard
Hi,
Thanks a lot, this looks so much better!!!
I might need the same change for some future pages with blog posts, so:
1) How do I find the page-id for the new pages?
2) How do I edit the css – when it is for several pages can I add for instance 259,261,278 etc. or how?
Hey!
The ID of the page
And about the CSS, here is a modified example
.page-id-259 .entry-title, .page-id-220 .entry-title {
font-size: 18px !important;
}
Let us know if you need something else
Regards,
Basilis
Thanks, works fine, I am very grateful!