Home Forums WoodMart support forum change some texts

change some texts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #189984

    ahmed.ask
    Participant

    hello please i want to know how i cang change this texts
    1- Show sidebar
    2- Related product
    also how i can add css style to
    ( Load more buttom ) in shop page
    thanks

    #190035

    Hello,

    You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Provide the page URL of what to change in style. I will provide custom CSS.

    Best Regards

    #190037

    ahmed.ask
    Participant

    https://tethkarstore.com/shop
    I want to change button style in this page (load more products)

    Also i wont to translate i mean in English language how i can change word (show sidrbar) to (show filter)

    #190081

    Hello,

    Please provide the page URL and screen how you would like to change the button?

    You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Best Regards

    #190121

    ahmed.ask
    Participant

    i want to make button like one in screenshoot

    Attachments:
    You must be logged in to view attached files.
    #190259

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body a.woodmart-load-more {
        border-color: red;
        color: white;
    	  background-color: orange;
    	  border-radius:20px;
    }
    body .woodmart-load-more:hover {
        border-color: orange;
        background-color: orange;
        color: white;
    }
    body .woodmart-load-more:not(:hover) {
        background-color:red!important; 
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)