This topic has 4 replies, 3 voices, and was last updated 2 days ago ago by Luca Rossi
Hi,
How to remove “>Home” from Breadcrumb
Hello,
Thank you for reaching out to us.
Could you provide URL, temporary wp-admin and FTP access? We will check what can be done to help you.
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.
Best Regards,
8Theme’s Team
We wish to know how to do it
Hi @PERFEKTA TECHNOLOGY,
Please try adding this custom CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS:
div#breadcrumb a:nth-child(1),
div#breadcrumb span.delimeter:nth-child(2){
display: none;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up