hello, may i have a sort code to make the font bigger on the portfolio page, please

Hi Joshua,
Thanks for reaching out.
It’s only possible with custom CSS, please add this CSS to Theme Options > CSS
.page-template-template-layout-portfolio .x-portfolio .h-entry-cover {
font-size: 24px !important;
}
You may change the font size according to your preference.
Thanks!
thank you kindly Rad!
Id like to do the same on the home page for the blog slider in the ethos stack please.
Hi Joshua,
Sure, but I don’t see a post slider from your home page instead it’s a post carousel so please add this as well
.x-post-carousel .h-entry-cover {
font-size: 24px !important;
}
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.