Home Forums WoodMart support forum Pages question

Pages question

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #160811

    ungelover
    Participant

    Hi

    I have three questions.
    First, how do I remove the “furniture guides” title as you can see on the attached image.
    Second, Is it possible to remove the author, comments, and share button from the front page?
    And third, how do I get the “read more” button on another language?

    Thank you so much for answears to these questions

    #160812

    ungelover
    Participant

    se attached file

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

    Hello,

    Please enter the section element and go to the Sub-title tab, edit or remove the text https://prnt.sc/q5m62l

    Best Regards

    #160889

    ungelover
    Participant

    Thank you! But do you know the answers to the two other questions too?

    #160899

    Hello,

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

    body .woodmart-entry-meta .meta-author {
    display:none;
    }
    body .woodmart-post-date {
            display:none;
    }
    body .woodmart-entry-meta .meta-reply {
    display:none;
    }
    body .hovered-social-icons {
    display:none;
    }

    Best Regards

    #161017

    ungelover
    Participant

    Thank you so much! Thats much appreciated! Do you also know the answer of the third question?

    #161024

    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

    Best Regards

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