Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support AndreeaR

    (@andreearadacina21)

    Hi @marcoskito,

    Thank you for using Otter!

    To change the text in the Posts block, you can use the following code snippet in Customize > Additional CSS:

    .o-posts-grid-post-meta {
        visibility: hidden;
    }
    
    .o-posts-grid-post-meta:before {
        content: "Postat pe"; /* Change this to the translated version of your website */
        visibility: visible;
    }
    time {
    	visibility: visible;
    }
    

    Let us know how it goes!

    Thread Starter marcoskito

    (@marcoskito)

    Hi @andreearadacina21,

    When doing this, there was a large space between the translated text and the date, how can I solve it?

    Plugin Support AndreeaR

    (@andreearadacina21)

    Hi @marcoskito,

    You can reduce the space by adding this code snippet:

    time {
    	 margin-left: -60px;
    
    }

    Feel free to adjust the value to suit your needs.

    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to translate?’ is closed to new replies.