Hi,
Could somebody help me find the right class for the blog title when using the grid layout and default (business) blog style?
I’d like to make some css changes like the color and font size and weight.
Thank you.
Hey mikehenze,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
hi, its only available locally now but i just the correct class.
Its .minor-meta a
You can check your own demo:
I am talking about category titles like: Science
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container .minor-meta {
color: orange;
font-size: 18px;
font-weight: normal;
}
Best regards,
Yigit
Sorry, maybe I was not clear but i actually allready found it.
Thanks anyway.
Hi,
Glad you sorted it.
Thank you for using Enfold :)
Best regards,
Vinay