Hey Antonio!
that depends, on where you add the excerpt space to your web site.
That will be loaded based on that.
If not, let us know with a link where you mean, so we can identify the element you use.
Thanks a lot
Regards,
Basilis
Hei Basilis.
You can see HERE
Thanks
Antonio
Hey!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
function avia_change_postgrid_excerpt_length($length)
{
$length = 100;
return $length;
}
Then add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-entry-excerpt {
font-size: 20px;
font-weight: bold;
}
Best regards,
Yigit
Hi Yigit.
Functions.php or functions-enfold.php ?
At what point I add the code?
Thanks
Antonio
Thanks
so much
Antonio