Hi guys
A couple of questions:
1. I am trying to put a hover color of #db5000 on the links at the bottom of this page (and others) on the titles: NATURE & CULTURE, CLIMBING, & TREKKING. If I add a h2:hover {color: #db5000), it effects all my h2 fonts, whether or not they have a link. How do I target only the h2 content with links?
2. I also have added links to the overlay captions on the images below those titles – now they are taking their color from the MAIN: Primary color & Highlight color general settings. I need those settings like that for other elements, but would like these captions to have a color of #ffffff and an underline on hover. If I set the color in the caption area, I don’t get the underline. Can you help me with this? I find all the color settings a bit confusing…
thanks for your help
Nancy
Hi Munford!
1. Add this to your custom CSS.
h2 a { color: red !important; }
2. Add this to your custom CSS.
.av-image-caption-overlay-position a { color: white !important; }
Best regards,
Elliott
hi Elliot
thanks!
#2 worked fine,
#1 – needed to be h2 a:hover {color: red} but I figured that out
thanks!
Nancy