Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3633201
Remove Animation
Open

Comments

  • Erik started the conversation

    Hello, on the hamburger menu the X that closes the menu animates.  No other place in the theme that I have scene does the X close icon animate.  While I like the crisp clean style of this icon, I can't use the animation.  I'm trying to develop a site with consistent styling and this animation is very random and unnecessary.  

    I just want to turn the animation off. or change it so it just bolds a little for the hover. 

    Attached files:  hamburger close icon.jpg

  •  2,252
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-menu-hbg-inner #penci-close-hbg {
        transition: none !important;
    }

    Regards,
    PenciDesign.