Help to change text

Home Forums Best Commerce Pro Help to change text

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3283
    Anonymous
    Inactive

    I need to change the text inside the blue squares. Please help.

    #3288
    Axle Support
    Moderator

    Hello @Olivares

    Thank you for using our theme,
    If you just want to change the language you can translate it but if you want to change the text currently you can have two option one is that edit the code on includes/extra.php L-576 or you can make your all menu to appear without that name here is CSS fix for that, add this CSS to Customizer -> Additional CSS

    
    #primary-menu li:first-child {
        display: none;
    }

    Hope this solves your problem if you have any other feel free to let us know.

    Regards
    Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Help to change text’ is closed to new replies.