WPIntell

Source evidence

slider title edit

Responsive WordPress Slider – HG Slider · support · 2016-12-28T20:49:00+00:00

complaintsentiment
mediumseverity
0.8relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 37 rows with source links

24.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bboy320 unresolved
Hi, This is a great slider. I like very much. But I do not know something. I would like to change the slider title (link) color. How can I find it in the css? Hi @bboy320 , Hope you’re well 🙂 You should able to change this color with some CSS code like this one, just change HEX value to color you want: .slide-data .flexslider-hg-title a { color: #0901f5; } You can use plugin like this one for this additional CSS. That way you’re protected when you come to upgrade. Cheers, Predrag Thanks for the answer. I tried it’s but not working. There is a problem. I use in the contect (all site link) in the css: a {color: #808080;} a:hover {color: #000000;} Therefore not working in the slider css. It is override the slider color. When I delete the a attribute in the content then the slider title a become good color. But when I don’t delete the content a attribute in the css then the slider is not react the color attribute. It is react only the text-decoration: underline. I don’t understand. It’s a sub css class therefore must override the content a attribute. Could you help me please? Hi @bboy320 , Hmm, that’s strange, the above code worked fine for me and it should override the link colors with your selector. Could you share URL to your site so I can check it out first hand? Cheers, Predrag

Comments

3 shown
Predrag – WPMU DEV Support 2016-12-29T15:16:00+00:00

Hi @bboy320 , Hope you’re well 🙂 You should able to change this color with some CSS code like this one, just change HEX value to color you want: .slide-data .flexslider-hg-title a { color: #0901f5; } You can use plugin like this one for this additional CSS. That way you’re protected when you come to upgrade. Cheers, Predrag

bboy320 2017-01-04T16:57:00+00:00

Thanks for the answer. I tried it’s but not working. There is a problem. I use in the contect (all site link) in the css: a {color: #808080;} a:hover {color: #000000;} Therefore not working in the slider css. It is override the slider color. When I delete the a attribute in the content then the slider title a become good color. But when I don’t delete the content a attribute in the css then the slider is not react the color attribute. It is react only the text-decoration: underline. I don’t understand. It’s a sub css class therefore must override the content a attribute. Could you help me please?

Predrag – WPMU DEV Support 2017-01-10T14:40:00+00:00

Hi @bboy320 , Hmm, that’s strange, the above code worked fine for me and it should override the link colors with your selector. Could you share URL to your site so I can check it out first hand? Cheers, Predrag