- This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago by
Skandha.
-
AuthorPosts
-
February 19, 2021 at 2:33 am #274568
Lars Lilleby Macedo
ParticipantHi! 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
February 19, 2021 at 4:19 am #274571Skandha
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,
SkandhaFebruary 19, 2021 at 7:43 am #274584Lars Lilleby Macedo
ParticipantBreadcrumb 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?
February 20, 2021 at 1:15 am #274660Skandha
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,
SkandhaFebruary 22, 2021 at 11:03 pm #274914Skandha
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,
SkandhaMarch 1, 2021 at 10:01 am #275482Lars Lilleby Macedo
ParticipantBrilliant! This solved all my questions. You are the best! 🙂
March 2, 2021 at 1:12 am #275552Skandha
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 -
AuthorPosts
- The topic ‘Remove elements’ is closed to new replies.