Hello, i would like to know if there is a change to change font size on Title elements and breadcrumbs on Enfold theme. I was looking for advanced styling, but i can’t find anything about this.
Thanks!!
Best regrads
Hey carlosamil!
Please try the following in Quick CSS under Enfold–>General Styling:
Title
.title_container .main-title{
font-size: 20px !important;
}
Breadcrumb
.breadcrumb-trail{
font-size: 14px !important;
}
Cheers!
Rikard
Thanks a lot for the help, i have solve this with the code!!
Best regards!!