2. Remove the next/previous post links There is no option to remove the next/previous post links. But it is possible to just hide it with a line of css. You can paste this snippet to Theme options -> Custom CSS:
.single .post-navigation { display: none; }
3. Search background color You can add a custom color in Theme Options -> Header & Menu -> Navigation settings:
Hello,
I want to change the "Read More" Button in the blog to "Mehr erfahren" (german) – how can i do this?
In addition i want to remove the "Previous Post" in a single post.
At least i want to change the "Search" name in "Suche" (german) and change the color of the color of the search box.
Hope you can help me out! Thanks! :-)
Hi Isabel,
1.Translations
You can translate the read more button, search, previous/next posts with free Loco Translate plugin (or any other WP translation plugin). Here is a step by step tutorial: https://orionthemes.com/knowledgebase/how-to-translate-a-wordpress-theme-into-your-language/
2. Remove the next/previous post links
There is no option to remove the next/previous post links. But it is possible to just hide it with a line of css. You can paste this snippet to Theme options -> Custom CSS:
3. Search background color
You can add a custom color in Theme Options -> Header & Menu -> Navigation settings:
Kind regards,
Andrej
OrionThemes
Thank you very much! It works well! :-)