Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #379114

    Hello,

    pretty good theme! I try to optimize my site for Search Engine and i have too many h3 headlines on my startpage because every portfolio title is a H3 Heading (I have 16 of them). How can I change that to h6 – try to edit /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php from
    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";

    to this

    $output .= "<h6 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h6>";

    but it doesn’t work. Can you help me? This is me Site: Werbeagentur Dresden

    #379366

    Okay – it works! Seems that the Caching plugin was not updating the site on time. :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Portfolio Title – change from H3 to H6’ is closed to new replies.