Shop Categories

X

Translation Search buttom

Home Forums Agama Pro Translation Search buttom

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6397
    Lorena
    Participant

    Hi there,

    How can I translate the “Search” suggested word, that appears on the search widget box.
    And also, I don´t know where to translate the “Share this page” text.

    Thanks

    #6402
    Zex
    Moderator

    Hello,Lorena!

    To translate the “Search” placeholder, please follow the steps below:

    1. find searchform.php file inside the wp-content/themes/agama-pro folder.
    2. Copy that file to the wp-content/themes/agama-pro-child folder.
    3. Edit file in agama-pro-child folder with some text editor (Notepad++)
    4. search for words “Search” and “Search for:” in line 9, and translate it.
    5. Save the file.
    https://prnt.sc/gv3hqe

    PS. you will need to use Agama Pro -child theme.

    Regards

    #6403
    Lorena
    Participant

    And the “Share this page” text?
    Thanks,

    Lorena G.

    #6404
    Zex
    Moderator

    Hi,

    Sorry about that 🙂

    Paste the code below into: Customizing ▸ General ▸ Additional CSS

    code:

    .si-share span{
       visibility:hidden;
    }
    
    .si-share span::before{
    	visibility: visible;
      content: 'Enter whatever you want:';
    }

    https://prnt.sc/gv6kto

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.