Title: Removing Elements?
Last modified: April 20, 2020

---

# Removing Elements?

 *  Resolved [vagueabsolutes](https://wordpress.org/support/users/vagueabsolutes/)
 * (@vagueabsolutes)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/removing-elements-2/)
 * Hi,
 * I really like the cleanliness of this Timber Lite template and it suits what 
   we are going for very well. Ideally I want to remove a couple elements if possible
   but I now absolutely noting about coding or CSS. I want to change the word “Journal”
   on the left side of the home page, and remove the posted dates, also on the home
   page. Are these things that I can do? As I mentioned, I know nothing about code,
   so you are essentially dealing with a toddler here. So, my apologies for that.
 * Thanks for any help you can give.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremoving-elements-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Madalin Gorbanescu](https://wordpress.org/support/users/gorby31/)
 * (@gorby31)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/removing-elements-2/#post-13024376)
 * Hey,
 * Sorry for the late reply and for letting you hanging. We highly recommend you
   to open a ticket using the Theme Help button from the bottom right of your WordPress
   Dashboard.
 * Let’s start with Journal string. You will need to install a plugin that will 
   allow you to modify strings. A plugin that can do that is [https://wordpress.org/plugins/say-what/](https://wordpress.org/plugins/say-what/).
   After installing the plugin you will need to go to Tools -> Text Changes and 
   from there click Add new. On original field write Journal (the text that you 
   want to change), on Text Domain write timber-lite, Context leave empty and on
   Replacement String the word that you want to replace Journal.
 * To hide the post dates, just add the following code in Customizer -> Additional
   CSS
 *     ```
       .filmstrip__item .entry-meta .posted-on, .filmstrip__item .entry-meta .divider {
           display: none;
       }
       ```
   
 * Let me know how that worked for you.
 * Stay awesome,
    Madalin from Pixelgrade
 *  Theme Author [pixelgrade](https://wordpress.org/support/users/pixelgrade/)
 * (@pixelgrade)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/removing-elements-2/#post-13181189)
 * Hey [@vagueabsolutes](https://wordpress.org/support/users/vagueabsolutes/),
 * This ticket is 1 month old now, so I will assume that my previous answer solved
   your problem.
 * I am going to mark it as resolved and I am encouraging you to contact us if you
   are still encountering any problems.
 * Stay safe,
    Madalin from Pixelgrade

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing Elements?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/timber-lite/1.1.4/screenshot.jpg)
 * Timber Lite
 * [Support Threads](https://wordpress.org/support/theme/timber-lite/)
 * [Active Topics](https://wordpress.org/support/theme/timber-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/timber-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/timber-lite/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [pixelgrade](https://wordpress.org/support/users/pixelgrade/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/removing-elements-2/#post-13181189)
 * Status: resolved