Title: Default header description remove
Last modified: August 22, 2016

---

# Default header description remove

 *  Resolved [Andrew Marshall](https://wordpress.org/support/users/andrew-marshall/)
 * (@andrew-marshall)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/default-header-description-remove/)
 * really love this theme.
 * I have customised my site now and think that it is about 80% complete. My headache
   at the moment is to remove the default slider description
 * ‘ Diplay your multuple images here’
 * and further down:
 * ‘ Show your latest posts here’
 * I am not using the theme as a blog.
 * If someone can please assist me with this matter; fixing this will move my completion
   of site up to 90% 🙂

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

 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687225)
 * Hey there Andrew Marshall,
 * Hope you’re well! 🙂
 * I can’t see an option to hide the HERO IMAGE but you can change the frontp page
   and set it to a static page.
 * or you can change it by navigating to **Appearance > Theme Options > Top Feature
   Settings**.
 * =====
 * If you want to remove it completely:
 * First, Use child themes for any customisation you will make. Read more about 
   it here: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Create a new file named ‘home.php’ inside your child theme folder then put the
   code you will find here: [https://gist.github.com/calvincanas/9865fb025cadde52e343](https://gist.github.com/calvincanas/9865fb025cadde52e343)
 * – I just remove the element that contains the slider.
 * I don’t recommend hiding it thru css since it will still load.
 * Hope it helps! 🙂
 * Take care,
    Calvin
 *  Thread Starter [Andrew Marshall](https://wordpress.org/support/users/andrew-marshall/)
 * (@andrew-marshall)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687437)
 * Hello Calvin!
 * I thought I posted a reply but it seems it didnt reach you.
 * Just to say: I dont want to remove the slider just the default text that states:‘
   Showcase your multiple images here’
 * and then further down on the homepage; as I am not using the site as a blog I
   want to remove the text that states ‘ show your latest posts here’
 * I am totally new to this: when you say remove; how do I do this?
 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687440)
 * Hey there Andrew,
 * Hope you’re well! 🙂
 * if you just want to remove the text then navigate to **Appearance > Theme Options
   > Top Feature Settings[tab]** then put a “space” on every field. It can’t be 
   empty because it will go to default text if it’s empty.
 * if you want to remove / change text of ‘_show your latest posts here_‘ go to 
   the next tab – **Homepage Feature Area**
 * Hope it helps! 🙂
 * Take care,
    Calvin
 *  Thread Starter [Andrew Marshall](https://wordpress.org/support/users/andrew-marshall/)
 * (@andrew-marshall)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687484)
 * Hello Calvin!
 * Mate you’re a lifesaver:-)!
 * I have done everything as explained and it worked like a charm.
 * I am now 98% there with this as all that remains now is a single – what looks
   like a bullet point
 * Before I remove some code it had the text: ‘ sorry no posts match your criteria’
 * Could you possibly tell me how to remove this bullet point? I am looking in the
   code for something that may resemble but I dont want to fiddle too much… Really
   appreciate all your help – maybe you could help me quickly with this last tiny
   little problem 🙂
 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687485)
 * Hey there Andrew,
 * Glad it’s working for you! 🙂
 * For your last request, follow the steps below but first use child themes for 
   any customisation you will make. Read more about it here: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * -Get the code here: [https://gist.github.com/calvincanas/1b54cf58f36de956d828](https://gist.github.com/calvincanas/1b54cf58f36de956d828)
   -
   I assume you already have child theme and activated it, create a new file called‘
   home.php'( w/o the quotation ) inside your child theme folder. -Put the code 
   you get from first step in ‘home.php’ -Done
 * Basically, I just remove the code that output the “Sorry no post category” text.
   The bullet point is cause by **li** html tag. Also removed it 🙂
 * Hope it helps! 🙂
 * Take care,
    Calvin
 *  Thread Starter [Andrew Marshall](https://wordpress.org/support/users/andrew-marshall/)
 * (@andrew-marshall)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687486)
 * And it is done!
 * Calvin, you are my hero 🙂 !
 *  [bigdrop.gr](https://wordpress.org/support/users/bigdropgr/)
 * (@bigdropgr)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687550)
 * Hi Calvin,
    I know that I should have opened a new thread but I just wanted to
   reach you that’s why I’m posting here.
 * In the theme option > homepage feature area > First Feature Heading
    I add a 
   new title (my website is in Greek language), and the title is not showing on 
   my homepage.
 * I’ve checked the wp-config.php file for character encodind and everything is 
   fine, also on my sql database. I tried changing the font on the themes style.
   css file but it didn’t help either. Can you please help me with this? Do you 
   know what can be causing this?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687551)
 * **[@bigdropgr](https://wordpress.org/support/users/bigdropgr/)** – yes, please
   do open a new thread – that’s how these forums work.
 * And you need to post in the forum for the theme you are using and include a link
   to your site.

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

The topic ‘Default header description remove’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/butterbelly/1.1.8/screenshot.png)
 * ButterBelly
 * [Support Threads](https://wordpress.org/support/theme/butterbelly/)
 * [Active Topics](https://wordpress.org/support/theme/butterbelly/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/butterbelly/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/butterbelly/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/default-header-description-remove/#post-5687551)
 * Status: resolved