• Resolved photokitteh

    (@photokitteh)


    Hello! Thanks for the nice design theme!

    I want to ask, is it possible to do something (delete? disable?) with the block of publications on the main page, which has nothing in it? Well, that is, it seems to me that this is for publications because the design is similar.

    It just shows a wide long white bar with a black dash in the middle. Is there any way to remove this block?

    Thanks for the any reply!

    It looks like this: https://imgur.com/8qpFE6X

    Present on the main page https://photoontrails.com/

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    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.

    Thread Starter photokitteh

    (@photokitteh)

    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

    Theme Author Ben Sibley

    (@bensibley)

    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.

    Thread Starter photokitteh

    (@photokitteh)

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

    Theme Author Ben Sibley

    (@bensibley)

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘A question about deleting one of the elements on the page’ is closed to new replies.