Topic Resolution: Resolved
  • Closed
  • Alex Winter
    Spectator
    07.05.2016 at 07:38 #27381

    Does anyone know why this is occuring, a random <h4></h4> is getting put under the link/name of portfolio.
    Does anyone know where this is coming from?

    View post on imgur.com

    Roman
    Spectator
    Posts: 3147
    07.05.2016 at 07:47 #27382

    that’s category links of the portfolio, but as you don’t have it set, you can hide it by Custom CSS:

    .content .image .image-extras .image-extras-content h4 {
    display: none;
    }

    Alex Winter
    Spectator
    Posts: 1
    07.05.2016 at 08:04 #27383

    Thanks!