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.

#240
Robert Kavgić
Participant

Hello.

You can remove “Read more” button by adding this Custom CSS code:

section.service-box-2 > div.read-more-btn {
    display: none !important;
}

To add link to text slogan, you will have to modify shortcodes.php which is located in wp-content/plugins/metropolis-core/includes/shortcodes/. The code you have to edit starts at line 817.

Robert