On-mouser-over Issues - Question | JoomShaper

On-mouser-over Issues

Jörgen Blixt

Jörgen Blixt

Template 8 months ago

I have two issues related to custom css I guess.

  1. How can I edit the text that appear when the mouse hovers over in top-menues? The text appearing is "Helix3 Megamenu Options" . I could appreciate "click here! " or simply no text at all.
  2. I use the Shaper Educon template and have a banner with ads and sometimes a button with text. On-mouse-over the text on the buttons disappears. Which css code do I need to change to have the text remain visible?
0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184307

For button use this CSS in your custom.css file

a#btn-16186479262710:hover {
    color: #fff !important;
}

And for the offcanvas menu, could you please allow me some time? I need to investigate properly.. Thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #185756

Thanks for accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #183845

Hi

Thanks for contacting us and sorry for your issues. Could you please give me a screenshot of your issue?

-Regards.

0
Jörgen Blixt
Jörgen Blixt
Accepted Answer
8 months ago #183847
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #183962

Hi

Could you please keep a full site backup and give me your super admin access? I need to check.

0
Jörgen Blixt
Jörgen Blixt
Accepted Answer
8 months ago #183985

Thanks a lot. Please have a play and see what you can resolve. Thanks.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184102

Hi

Keep a full site backup and remake this offcanvas again. You can follow this link below:

https://www.joomshaper.com/documentation/helix-framework/helix3/menu-settings-customization

As you can see it in the screenshot, in offcanvas titile this text appeared.

0
Jörgen Blixt
Jörgen Blixt
Accepted Answer
8 months ago #184127

Sorry, the image on imgur.com does not show up for me. I did create a new offcanvas module and saw exactly the same issue as before. I did purge the cache and found the new module displayed correctly. However the onmouseover text is still displayed. I guess this is coded somewhere.

What about the second issue I have where the text goes invisible onmouseover? I think I may have edited one css file too often. I was hoping you could tell me what css file to overide. If you have any ideas please help. Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 8 months ago #184492

Hi

I have checked your issue. Your offcanvas hover text is coming from this file

templates/shaper_helix3/features/menu.php 

Go to this file location. In there title attribute is added on that.You have to ovveride this language string. HELIX_MENU should be given empty value. HELIX_MENU = ''; This should be added to the override file.

0