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 #1067249
Post styling
Closed

Comments

  •  2
    Johan started the conversation

    Hi!

    I wish remove the share button and have white background on my post list as in the demo (http://clients.glorydays.se/stadt/home/homepage-business-solutions/). 

    But I cant find where to change background and remove share button?

    Thanks,

    Johan

  •  6,933
    Oliver replied

    HI!

    As I see you already fixed this issue, do you still need help?

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

    Regards, Oliver

  •  2
    Johan replied

    Hi,

    No, the issue remains. Iwould like to remove the gray background behind each post and also remove the share button on this url: http://clients.glorydays.se/stadt/

    Thanks,

    Johan

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    body .justified-style-2 .description {
        background-color: #fff;
    }
    body .justified-style-2 .post-content-wrapper {
        background-color: #fff;
    }
    body .post-footer-sharing div:first-child {
        display: none;
    }

     


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

    Regards, Oliver

  •  2
    Johan replied

    Thank you!

  •  6,933
    Oliver replied

    Feel free to contact us if you need help.

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

    Regards, Oliver

  •  2
    Johan replied

    Hi again, 

    I would like to change the name of the buttons that says "read more" to something else, preferably something Swedish. Is there a easy way to change that?  

  •  6,933
    Oliver replied

    HI!

    The most simply way is to translate via .po files, pls. check:

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

    2. Open 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 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 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