Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#259
Robert Kavgić
Participant

Hi.

Go to /wp-content/plugins/metropolis-core/includes/shortcodes/shortcodes.php and edit line 1497:

Change code from

section class='title'>
    <h2>{$title}</h2>
    <span>{$subtitle}</span>
</section>

To

section class='title'>
    <h2><a href='some-link-here.hrml'>{$title}</a></h2>
    <span>{$subtitle}</span>
</section>

For all the future theme modifications, please hire a freelancer or someone who is able to solve your requests, as we only provide support for bugfixes and similar, not theme modifications.

Robert