Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #967727

    dear customer service

    how can i hide (without CSS) the permalink on single blog posts ??

    see link provided.

    <div class="stretch_full container_wrap alternate_color light_bg_color title_container">
    	<div class="container">
    		<strong class="main-title entry-title"><a href="https://www.XXXX.XXX/" rel="bookmark" title="Permanent Link: Blog - Latest News">Blog - Latest News</a></strong>
    	</div>
    </div>
    • This topic was modified 6 years, 5 months ago by mm256.
    #968219

    Hey mm256,

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

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

    Best regards,
    Rikard

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