Okay
  Public Ticket #2170666
Link Hover Effect
Closed

Comments

  • angiemorais started the conversation

    Hello! 

    I still can't figure out how to change this link hover effect. For example, switching to a transition fade effect, or a common hover effect, just changing the color of the letter ...


    Thanks

  •  675
    Neuron replied

    Hi,

    .m-nav-menu--horizontal ul li.menu-item>a:before {
        display: none !important;
    }
    .m-nav-menu--horizontal ul li.menu-item>a:hover {
        color: your_color !important;
    }

    The first block removes the strike and the second block adds the color on hover.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • angiemorais replied

    Thaaank you!

  • angiemorais replied

    Sorry to bring so many doubts ... But I think there was a problem. When I click Customize to include css, the page is not loading. Do you know what may be happening? It happens as shown in image 15, the page does not load and is blank.

    Thanks!

  •  675
    Neuron replied

    Hi,

    That can happen for two reasons.

    1) The php version is lower than 7, talk to your host providers and tell them to update to 7 or higher.

    2) Low settings of PHP.

    PHP Recommendations

    Memory Size: memory_limit = 256M
    Script execution time: max_execution_time = 400
    Number of input variables: max_input_vars = 4000
    

    If you don’t have access to the php.ini file, you can add the following values in your .htaccess file:

    php_value max_execution_time 400
    php_value memory_limit 256M
    php_value upload_max_filesize 10M
    

    Be careful using these settings, some hosting companies don’t allow users to change php settings, if you experience any problem after making these changes, please revert these in your .htaccess file, using your FTP client.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • angiemorais replied

    Thank you!!

  • angiemorais replied

    The same effect appears elsewhere ... There's no way to change everything at once?

  • angiemorais replied

    The code worked for the hover effect, but no longer shows the color when it is active.
    Don't have a css file that I can edit right in it? Instead of adding additional code ...

    Thanks!

  •  675
    Neuron replied

    Hi,

    You can change the active color by adding the following style.

    .m-nav-menu--horizontal ul li.current-menu-item>a {
        color: your_color !important;
    }

    To change the link color.

    a:not(button),
    a:not(button):hover {
        color: your_color;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • angiemorais replied

    Thank you!

    You didn't see the previous question ... I'll repeat:


    The same hover effect appears elsewhere ... There's no way to change everything at once?

  •  675
    Neuron replied

    Hmm, because they are menus. Add the following style.

    .m-nav-menu--vertical ul li>a:not(.menu-item-icon):before {
        display: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • angiemorais replied

    1) On the slide did not work, continues with the dash.

    2) In the footer the trace disappeared, but now it has no hover effect.

  •  675
    Neuron replied

    Hi,

    1) Sorry, because they're custom made in Slider Revolution directly.

    .shop-creative-slider .tp-bullet::before {
        display: none !important;
    }

    2) If you want hover effect you can edit the footer nav menu element and add it there on the style options.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • angiemorais replied

    "2) If you want hover effect you can edit the footer nav menu element and add it there on the style options."

    Can you tell me what the class name is?

    Thanks

  •  675
    Neuron replied

    Hi,

    Simply hover onto Edit with Elementor and edit your footer template. https://prnt.sc/pngpqo

    Where you added the nav menu element, press onto that and the options will appear, on the style tab you'll be able to change it. https://prnt.sc/pngq8t

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.