cfuzz
-
Posts
8 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by cfuzz
-
-
Hey tuanphan,
Basically I'd like all links to hover green (similarly to what you helped with above) EXCEPT for the nav menu.
Thanks!
-
Thank you so much tuanphan! That worked perfectly on the home page.
One last question: I have the same problem on other pages, which is evident on the "featured work" page--those headings are overlayed in black, but I want them to change when hovered to the same green. If I wanted to change all links across the site, besides navigation, do you know what I should plug in?
Really appreciate you checking back in on this!
-
Oops, sorry about that tuanphan. -__-
Updated and password is "password123."
Thanks for letting me know.
-
I should specify: I want the green hover effect to be across the entire site, everywhere besides the nav.
Thanks again!
-
Hi all. I'm using this code on 7.1 to achieve a green italicized hover effect on my headings.
h1 a:hover {
font-style: italic;
color: #4ACA54 !important;
}Right now, only the italicized portion works. The problem is likely stemming from me changing each of the word of the headings to have separate, individual colors (which I can only assume is overwriting the fluid engine site styles in CSS somewhere?). My hunch is that when I changed those heading colors, it's overwriting my code above. That being said, my skill level with CSS is largely copying and pasting. So I could be wrong!
Appreciate any insight folks have in advance!
Temporary link to site: https://icosahedron-chicken-8ts6.squarespace.com
Customizing hover effects on links for headings - 7.1
in Customize with code
Posted
Thanks so much for your help!
Really appreciate you checking back in.