Remove "Display Excerpt" from Posts Mobile
-
I recently read a post here on the forum that discussed how to remove the excerpt and hover feature from your posts. Based on that post, I used the following code in the CSS:
/* Remove the excerpt feature from posts */ .hover .tc-grid-figure img { opacity: 1; } .tc-post-list-grid .hover:not(.expanded) figcaption { background-color: transparent; } .tc-g-cont { display: none; } /* Remove the edit pencil logo from posts */ article .format-icon:before { content: none !important; }While this worked successfully, I have a problem with the mobile version of my site. Even though the hover and excerpt have disappeared, when I click on a post on my website, the post doesn’t open immediately. Instead, I have to click it again to actually open the post. It seems that the function of the hover and excerpt are still there as I also needed to click twice to open a post when these features were enabled.
Is there any way to remove this double-clicking so that people can open my posts with one click? Again, this is only on the mobile version.
Here is the URL to my site: http://nextwaveleadership.com/
Thanks in advance!
The topic ‘Remove "Display Excerpt" from Posts Mobile’ is closed to new replies.
