Hi,
when i have a page with the portfolio items, the title is center , and in h3
and the text is also center and italic
i need the title on left in h4
i need the text also on left in normal font no italic
see private link for preview
Hey BPC,
It seems the first link you gave isn’t existing anymore, it gives me this:
Niets Gevonden
Sorry, de post waarnaar u opzoek bent is niet beschikbaar. Misschien wilt u gebruik maken van de zoekfunctie?
Best regards,
Nikko
Thanks, check te new link :
Hi,
You can change it in enfold\config-templatebuilder\avia-shortcodes\portfolio.php and find this code (line 513):
$output .= "<h3 class='grid-entry-title entry-title' $markup>";
and this code (line 524):
$output .= '</h3></header>';
Just change h3 to h4. Then finally add this css code in Quick CSS (located in Enfold > General Styling):
#top #wrap_all .main_color .grid-entry-title {
font-style: normal;
text-align: left;
}
Best regards,
Nikko