Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’m trying to adjust the font size of the post excerpts for the blog page using a Post Loop in Vantage theme. It is a grid layout.
I have the CSS except for what I need to specify as the excerpt text. Can someone please help me fill that in?
Thanks.
/* Grid Loop */
.vantage-grid-loop (what do i insert here?) {
font-size: 12px;
}
Hi, thanks for posting. You can try replacing (what do i insert here?) with
.excerpt p
.