Home Forums WoodMart support forum Product Page Customisation

Product Page Customisation

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #59903

    penguined
    Participant

    Hi, please check the private area

    #59944

    Hello,

    Please add this CSS to Theme Settings > Custom CSS.

    .searchform  input[type=text]{
            border-radius: 10px;
            background: white;
    }
    .searchform .searchsubmit {
        color: #a1bbcc;
        background-color:#C2C2B2;
        border-radius: 0  10px 10px 0;
        width: 52px;
        right:0;
    }
    .search-by-category .input-dropdown-inner {
        background-color:#ff6664;
    }

    As for rewriting “Select Categories” to “All”

    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

    #59971

    penguined
    Participant

    Thanks. I can not save the slider in the slider revolution. I can create the slider and save them. But when I go to the Slide Editor and tried to save the slider, the Save Slide button doesn’t work.

    #59980

    Artem Temos
    Keymaster
Viewing 4 posts - 31 through 34 (of 34 total)

The topic ‘Product Page Customisation’ is closed to new replies.