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?