I have added the WhatsApp buttom and diplay in ad detail page.
I have customized the buttom with some CSS but I have one issue :
The buttom have white background what I don’t want. I want just to have the green background around the buttom and not the white one. See screenshot;
Thank a lot !
Can I ask support for this last request please ?
I have created a child theme to make some customization in the functions.php . I want to modify the translation of the “add listing buttom” .
=> This is the area where I try to modify the functions.php file
Hi again! You don’t need a php snippet to translate that button text. Just translate it with Loco Translate. How to translate HivePress
P.S. Never use this in your functions.php-> defined( 'ABSPATH' ) || exit;
Thank a lot. I will use this plugin if ever I need to translate a lot of text !
Please can you just inform I am using the right way to modify the functions.php file in the child theme. I am trying to follow these instructions : How to override template parts - HivePress Help Center
I need to override somes sections of the templates in order to make others advanced customizations. I am wondering about the right ways to declare the path in the child theme.
Overriding a template, and using php snippets, are different. In the child theme’s functions.php file, you can insert snippets. There is a lot of official HivePress snippets >HERE< or you can make your own. If you use any snippets, never use: defined( ‘ABSPATH’ ) || exit; or php tags: “<?php" and "?>”
To override a template, look >THIS< topic, where you can see, how to override a specific file (user register link).