Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1192678

    Hi there,

    Is there a way to remove the blog titles at the top of the page, but only on the blog post pages? If I adjust the header settings in the general settings to show no title, it removes the title from the portfolio pages as well, which I do not want. I tried to hide it with CSS but it still hides titles from all pages. THANKS MUCH :)

    #1192823

    Hey bobfurgo,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-post .main-title {
      display: none;
    }

    Best regards,
    Rikard

    #1192894

    That worked perfectly. Thank you so much Rikard! Hope you have a good weekend.

    #1192989

    Hi bobfurgo,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.