A question about deleting one of the elements on the page

[ad_1]

Thanks for using Tracks!

The dash usually shows up below the title, but it looks like the titles have already been hidden with some CSS. If you add the following CSS to your site, it will hide both the titles and that dash you’re seeing:

.entry-header {
  display: none;
}

Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

Thanks for the reply!

Yes, that CSS was

*/.entry-title {
   display: none;
}

Found this code somewhere on this board in 2016.

And after entering the code:

.entry-header {

  display: none;

}

the black dash disappears. Thanks 🙂

Okay.
And is there any elegant way to remove that wide white stripe now? So that there was either the default background or the photo I published.

View post on imgur.com

Yea try adding this CSS:

.home .entry {
  background: none;
}

That will remove the white background below the photo on the homepage. Let me know if you need this same customization for another page on the site.

Works like magic! Thank you, Ben! Live long and prosper! 🙂

(And no, I did not find this element on other pages (I did not delete anything there, they are standard for the design theme))

You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer