Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2052410
Change to text
Closed

Comments

  • danau started the conversation

    Hi,

    I want to change the text call Blog to News on the post details page  https://naturesking.com.au/visit-of-our-business-partner-from-thailand-4th-june-2019/

    Could you please assist. Very much appreciated. Thanks

    Danny

  •  1,845
    Elated replied

    Hi Danny,

    In order to change this you could use poedit software which is native wordpress way - following guide may be helpful http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3).

    Or you could also use the following code and copy it into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS

    .eltdf-title.eltdf-standard-type .eltdf-title-text span {
        font-size: 0 !important;
    }
    .eltdf-title.eltdf-standard-type .eltdf-title-text span:after {
        content: 'News';
        font-size: 78px !important;
    }
    

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.