Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #740171

    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

    #740933

    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

    #741394

    Thanks, check te new link :

    #742652

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.