Hi,
I´ve got just a short question about override a function.
I´d like to change the H3 of the portfolio entries to a normal p.
I´ve found it here:
/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php
change $default_heading = 'h3';
to $default_heading = 'p';
How or what do I have to add to the functions.php in my child theme?
Thank you very much!
Best regard, Ela
Hey bts-de,
Thank you for the inquiry and sorry for the delay. You will have to create a duplicate of the portfolio file in the child theme’s shortcode path, so first you have to create a new shortcode path in the child theme. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
Ismael