Private: Home › Forums › WordPress Themes › Metropolis – Clean Multipurpose WordPress Theme › Delete more text › Reply To: Delete more text
September 9, 2014 at 5:57 pm
#240
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