Sunday, July 29, 2018

Re: Editing CSS for colors of links - textarea versus nav and usernames

add this
Code: [Select]
.post a {
   color: yourcolor;
}
.post a:hover {
   color: yourcolor;
}

"post" refers to the element which has the class "post"
...

from Simple Machines Community Forum https://ift.tt/2uXHSgF
via IFTTT

No comments:

Post a Comment