• 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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kmuhovic

    (@kmuhovic)

    I removed the CSS code and the excerpt and hover feature are back on my website. However, I still have to click twice on the grid image if I want to open a post when I use a mobile device.

    The first time I click on the grid image, the excerpt and hover effect appear. I then have to click it again to actually open the post.

    I just want to be able to open the post with one click without any of the effects appearing. Is this possible to achieve?

    Hi,
    I shall get back on this. Working on it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove "Display Excerpt" from Posts Mobile’ is closed to new replies.