• Resolved ckliment

    (@ckliment)


    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

    (@zoonini)

    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, 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

    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. 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. Reason: Forgot screenshot
    Thread Starter ckliment

    (@ckliment)

    Thank you for the quick reply. The site in question is 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

    (@zoonini)

    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

    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

    Here are some tips on getting help in the WordPress.com 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

    Thread Starter ckliment

    (@ckliment)

    Many thanks.

    Moderator Kathryn Presner

    (@zoonini)

    My pleasure!

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

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