Title: Dyad Theme Customization
Last modified: September 6, 2016

---

# Dyad Theme Customization

 *  Resolved [ckliment](https://wordpress.org/support/users/ckliment/)
 * (@ckliment)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/dyad-theme-customization/)
 * I am looking to remove the titles and lines that appear with the slides on the
   homepage.
 * I am also hoping to add a header above the slides and below the logo and menu
   area.
 * Can someone help me with these edits?

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/dyad-theme-customization/#post-8150628)
 * Hi there – could you please provide a link to your site running Dyad so we can
   help you more easily?
 * > I am looking to remove the titles and lines that appear with the slides on 
   > the homepage.
 * Going off the [demo](https://dyaddemo.wordpress.com/), are you referring to all
   the elements I’ve circled in red, or just specific ones, and if so, which ones?
   Hiding these elements can be done with some custom CSS I’d be glad to help you
   with once you clarify exactly what you’re aiming to hide.
 * [⌊Dyad A theme that pairs well with any content⌉⌊Dyad A theme that pairs well
   with any content⌉[
 * > I am also hoping to add a header above the slides and below the logo and menu
   > area.
 * That’s a more complex change that will require some PHP/HTML edits in a [child theme](https://codex.wordpress.org/Child_Themes).
   If you’re comfortable with that, once you provide a link to your site we can 
   provide further guidance.
    -  This reply was modified 9 years, 9 months ago by [Kathryn Presner](https://wordpress.org/support/users/zoonini/).
      Reason: Forgot screenshot
 *  Thread Starter [ckliment](https://wordpress.org/support/users/ckliment/)
 * (@ckliment)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/dyad-theme-customization/#post-8150668)
 * Thank you for the quick reply. The site in question is [https://gaingtx.wordpress.com/](https://gaingtx.wordpress.com/)
 * I have been making all of the changes thus far in the CSS editor, but can use
   a child theme if necessary.
 * I am hoping to hide all of the features that you highlight above.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/dyad-theme-customization/#post-8150752)
 * Thanks for the link to your site.
 * This custom CSS should hide those three elements on the slider:
 *     ```
       #site-banner .banner-featured, #site-banner .entry-title {
         display: none;
       }
       .site-banner-header::before, .site-banner-header::after {
         border-top: none;
       }
       ```
   
 * I noticed that your site is running on WordPress.com, where it’s not possible
   to create a child theme. Customizations there need to be done via CSS only.
 * These forums are for folks running the WordPress software on their own hosting,
   not on WordPress.com. If you need further help with your theme on WordPress.com,
   feel free to post in the themes forum here:
    [https://en.forums.wordpress.com/forum/themes](https://en.forums.wordpress.com/forum/themes)
 * If you need CSS help specifically, feel free to post in the CSS Customization
   forum, where expert volunteers and Happiness Engineers will help:
    [https://en.forums.wordpress.com/forum/css-customization](https://en.forums.wordpress.com/forum/css-customization)
 * Here are some tips on getting help in the WordPress.com forums: [http://en.support.wordpress.com/getting-help-in-the-forums/](http://en.support.wordpress.com/getting-help-in-the-forums/)
 * You can also access the live chat support option when available here:
 * [https://wordpress.com/help/contact](https://wordpress.com/help/contact)
 *  Thread Starter [ckliment](https://wordpress.org/support/users/ckliment/)
 * (@ckliment)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/dyad-theme-customization/#post-8150776)
 * Many thanks.
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/dyad-theme-customization/#post-8150800)
 * My pleasure!

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

The topic ‘Dyad Theme Customization’ is closed to new replies.

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

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 5 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/dyad-theme-customization/#post-8150800)
 * Status: resolved