Okay
  Public Ticket #2985128
Remove zoom effect on blog links
Closed

Comments

  •  15
    Laura started the conversation

    Hi, I am trying to customize Recent Posts as a sidebar and having trouble removing the zoom effect on the blog links (on the right hand sidebar only). Maybe this is a JS thing; I can't override it in the CSS at all. Please advise!

  •  1,877
    Judith replied

    Hi Laura,

    Please send in your admin login credentials so that we can check this out.

    Thanks.

  •   Laura replied privately
  •  2,958
    Andrew replied

    Hello Laura,

    Use the following CSS.

    .blog-recent[data-style=title_only] .col:hover .post-header .title {
        transform: none;
    }
    

    Thanks

  •  15
    Laura replied

    That did it, thank you!!