• Resolved dawnmariehoward

    (@dawnmariehoward)


    I am using a “grid layout”, but only 1 column, no featured pages. How can I remove the zoom effect and darkening effect. I would still like to have the title effect, but I am will to loose that to get rid of the rest.

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try:

    .expanded figcaption, .no-thumb figcaption, .tc-grid-post figcaption, .tc-post-list-grid .expanded .entry-summary {
      transition: none 0s ease 0s ;
    }
    
    .tc-grid-post figcaption {
      display: none;
    }

    Leave a link to your site if you need more.

    Thread Starter dawnmariehoward

    (@dawnmariehoward)

    Thanks, but it didn’t work.

    This did:

    Please use the codes in the following url in your child theme’s functions.php
    https://pastebin.com/raw/e51Y3PsF

    Login to your WordPress Dashboard
    Navigation to Appearance -> Customize -> Content -> Post Lists
    Find the setting Title location, set this to Below the post.

    Please see screenshot of result. https://i.imgur.com/YiH46qo.jpg

    Hope this helps.

    As long as you’re fixed, that’s fine. Where did that code come from?

    Please mark as [resolved] in rhs sidebar.

    Thread Starter dawnmariehoward

    (@dawnmariehoward)

    Customizr support. ?? Thanks for all the help you offer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove image hover effect in grid layout’ is closed to new replies.