Archived topic
Link rollover highlight not showing on other pages
7 replies · Started by Nick on May 2, 2018
You guys gave me a CSS shortcode to fix a problem I was having with some links in my footer. Well, I discovered that these links were messed up in mobile and tablet view, so I rebuilt those links. Now these new links work fine on the homepage, but the rollover highlight doesn't work on the other pages on the site. Can you have a quick look to see what's up? Thanks so much...
Hi there,
Are you referring to the last widget with the 3 links?
All of them are acting the same to me.
Let me know if I'm missing something :)
Hi Leo - Those links only work on the homepage, but the rollover highlight doesn't work on any other pages on the site. Also, I'm technically not using footer widgets as I built the footer as a template in AE Templates.
This is what I'm seeing: http://www.screencast.com/t/mcKYvyNOe
Both pages work for me.
Leo - Check the product pages, contact page, shop page etc. The blue rollover highlight doesn't work on the majority of pages. I purged the cache, but that didn't do anything...
The color is being overwritten by Elementor.
You can force it to be blue by using this CSS instead:
.elementor-128 a:hover {
color: #009beb !important;
}
That worked, Tom. Thanks so much!
You're welcome :)