Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1939279
How to manage news list
Closed

Comments

  • Michal started the conversation

    Hello,


    I have added an element News & Blog. I have found some settings for the colour in it but I cannot find a peace to set the colour of the button (and hover effect), the text colour in the button (and hover colour), and a hover colour for the shearing button. I'm also looking for a please where I can change the text of the button from "read more" to translation in my language. Where can I manage how the list of news will look like?

  •  7,095
    Oliver replied

    HI!

    1. pls. use following css:

    .blog-style-masonry a.gem-button {
        color: #000;
        border-color: #000;
    }
    .blog-style-masonry a.gem-button:hover {
        color: #ccc;
        border-color: #ccc;
    }
    5110651633.png


    2. We recommend to use Loco Translate plugin for the theme translation or you can translate theme manually with .po file, pls. follow the instructions: 

    1. Take file languages/thegem.pot or xx_YY.po from theme directory.

    2. Open this file with Poedit software.

    3. Translate necessary strings to your language.

    4. In software open Catalog - Settings and set Language to Translation to xx_YY.

    5. Then save the file as thegem-xx_YY. (You must have two files thegem-xx_YY.po and thegem-xx_YY.mo.)

    6. These files you need to put to the wp-content/languages/themes of your site.

    With the same operation, you can translate TheGem elements plugin.

    Just put  translations in wp-content/languages/plugins

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver