Changing Text Color
-
Hi,
I followed the instructions to change the text color inside style.css but it is not working. I replaced the color codes but it has not impact. Also, I see there are three color codes, can you share what each on is for?
Here is my style.css
*[id^=’readlink’] {
font-weight: bold;
color: #9966;
padding: 5px;
border-bottom: 1px solid #4e4e4e !important;
}*[id^=’readlink’]:hover {
font-weight: bold;
color: #9966;
padding: 5px;
border-bottom: 3px double #4e4e4e !important;
}*[id^=’readlink’]:focus {
outline: none;
color: #9966;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing Text Color’ is closed to new replies.