Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #274568
    Lars Lilleby Macedo
    Participant

    Hi! Thanks for a nice Theme. Two questions:

    1: Is there an easy way to remove the “Home / ..” line at the top of the page?
    2: Is there an easy way to remove the “previous” and “next” box at the bottom of the page?

    On this screen I have marked in red the two points in question: https://steinkjeradvokatene.litjby.com/wp-content/uploads/2021/02/Skjermbilde.png

    #274571
    Skandha
    Participant

    @steinkjerarkivet: Hello there,
    To remove the Breadcrumb at the top
    Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the option Check to enable Breadcrumb and Publish.

    To remove the previous next buttons
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .navigation.post-navigation {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #274584
    Lars Lilleby Macedo
    Participant

    Breadcrumb worked very well. Thanks! But previous / next did not disappear with the CSS code. These posts are posted “Feature content” – could that be a reason?

    A third question. Can the word “Menu” in mobile view be changed to another word?

    https://steinkjeradvokatene.litjby.com

    #274660
    Skandha
    Participant

    @steinkjerarkivet: Hello there,
    Try using the following CSS Code.

    /* To remove the previous next buttons */
    .single-post .navigation.post-navigation {
        display: none;
    }

    The Options to add Menu Label will be added to the theme option and an update will be released soon. I will let you know when the update is released.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #274914
    Skandha
    Participant

    @steinkjerarkivet: Hello there,
    The update has been released and the Menu Label option has been released.

    Go to => Appearance => Customize => Theme Options => Menu Options => Primary Menu Label => Edit the Text and Publish.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #275482
    Lars Lilleby Macedo
    Participant

    Brilliant! This solved all my questions. You are the best! 🙂

    #275552
    Skandha
    Participant

    @steinkjerarkivet: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adonis/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove elements’ is closed to new replies.