Hello guys, I have a question, where can I find the files in the theme directory that are responsible for the buttons? “List a propery” , “Book now” , “Send a Message” ? I want to change their functionality. Then will I need to disable theme updates?
UPD: I created a child theme and there in the settings I try to change the button label from “list a property” to Contact
.hp-menu__item--listing-submit span {
display: none;
}
.hp-menu__item--listing-submit span:after {
content: 'Contact';
}
using this code but nothing changes, what am I doing wrong? Tell me please
Hi,
To change the button text, please check this topic: How to change "list a property". As for the overriding templates, please check this doc How to override template parts - HivePress Help Center
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.