Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #2201058
Blog and Search Changes
Closed

Comments

  •  1
    Isabel started the conversation

    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! :-)


  •  530
    OrionThemes replied

    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:

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

    3. Search background color 
    You can add a custom color in Theme Options -> Header & Menu -> Navigation settings:

    4109988051.png

    Kind regards,

    Andrej

  •  1
    Isabel replied

    Thank you very much! It works well! :-)