Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter toddporter

    (@toddporter)

    Thanks for the note. Yes, I’m still having issues. The things I would like to change are:

    1) I would like the word “home” to disappear above the portfolio thumbnails on http://www.kairoscollaborative.org

    When I use this

    .single-jetpack-portfolio .entry-title {
      display: none;
    }

    It removes the title from the page for each individual project.

    When I use this

    .home .portfolio-entry-title {
      display: none;
    }

    it removes the title for each project from the portfolio page.

    So i think what I’m looking for is in the general direction of .home. I did a little more googling and found this:

    .home #main header.entry-header {
        display: none;
    }

    Which worked! So issue 1, complete!

    2) I would like the font on the portfolio entry titles to be smaller and centered below the thumbnail

    a little more googling let me to this:

    .home .portfolio-featured-image + .portfolio-entry-title {
      margin-top: 0; font-size: 16px; text-align: center
    }

    which works great! Issue #2, done!

    So as it turns out (while I was writing this message) all is resolved. While it wasn’t in your answer necessarily, you gave me what I needed to find it.

    Thanks!

    Todd

    • This reply was modified 8 years, 10 months ago by toddporter.
    • This reply was modified 8 years, 10 months ago by toddporter.
    • This reply was modified 8 years, 10 months ago by toddporter.
Viewing 1 replies (of 1 total)