Blog Posts 'Read more' + german terms

Home Forums Jevelin Theme Blog Posts 'Read more' + german terms

Home Forums Jevelin Theme Blog Posts 'Read more' + german terms

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • xcosinusx
    Participant

    Hi!

     

    I would like to use the blog style “Masonry Standard” but need a ‘Read more’-button. Can I activate this button somewhere because I see that the style “Minimalistic” has those buttons (but unfortunately an ugly shadow as well).

     

    My second concern is that I want to change the default English terms into German. Is there a possibility for that?

     

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

    Hi @xcosinusx,

     

    I hope you are well today and thank you for your questions.

     

    I would like to use the blog style “Masonry Standard” but need a ‘Read more’-button. Can I activate this button somewhere

    There isn’t an option for it so you have to develop custom code to achieve this.

     

    because I see that the style “Minimalistic” has those buttons (but unfortunately an ugly shadow as well).

    If you display it on your site then I can help you to remove the shadow.

     

    My second concern is that I want to change the default English terms into German. Is there a possibility for that?

    To change the text, please translate the theme as described in the below page.

     

    https://support.shufflehound.com/theme-translation/

     

    Alternatively, you can use any of the following plugins to change the text.

     

    https://wordpress.org/plugins/say-what/

    https://wordpress.org/plugins/real-time-find-and-replace/

     

    Best regards,
    Shufflehound team

    xcosinusx
    Participant

    Thank you very much for your reply. I could change the language easily.

     

    because I see that the style “Minimalistic” has those buttons (but unfortunately an ugly shadow as well).

    If you display it on your site then I can help you to remove the shadow.

    I would appreciate your help removing the shadow.

     

    Thanks and best regards,

    cos

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .blog-style-grid.minimalistic .post-container {
        box-shadow: none;
        bottom: 0 !important;
    }

    xcosinusx
    Participant

    Perfect. 🙂

    Thank you very much!

    You are most welcome here 🙂

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