Title: hyperlink double color
Last modified: February 7, 2018

---

# hyperlink double color

 *  Resolved [danielaforum](https://wordpress.org/support/users/danielaforum/)
 * (@danielaforum)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-double-color/)
 * I want to change the hyperlink color inside each article like this: main color
   I want to be #FF6A6A, and when the mouse is over it I want the hyperlink color
   to be black.
 * The title of the article I want to have the main color – black, and when the 
   mouse is over it I want the color to be #FF6A6A (now it is, but i dont want to
   change when I change the hyperlinks color inside the articles)
 * How can I do this?
 * Thanks in advance for your help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhyperlink-double-color%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-double-color/#post-9948312)
 * Hello, [@danielaforum](https://wordpress.org/support/users/danielaforum/)!
 * If I correctly understand your question, I think the code below will do work 
   for you.
    (Insert the code in: `Customise->General->Additional CSS`)
 * code:
 *     ```
       .entry-content p a{
           color: #FF6A6A;
       }
       .entry-content p a:hover{
           color: #000;
       }
       ```
   
 * [https://prnt.sc/ibfko8](https://prnt.sc/ibfko8)
    [http://prntscr.com/ibfk4t](http://prntscr.com/ibfk4t)
 * Best Regards
 *  Thread Starter [danielaforum](https://wordpress.org/support/users/danielaforum/)
 * (@danielaforum)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-double-color/#post-9948887)
 * Thanks a lot, [@themevision](https://wordpress.org/support/users/themevision/)!
 * It worked 😀

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hyperlink double color’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/agama/1.7.2/screenshot.png)
 * Agama
 * [Support Threads](https://wordpress.org/support/theme/agama/)
 * [Active Topics](https://wordpress.org/support/theme/agama/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/agama/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/agama/reviews/)

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)

 * 2 replies
 * 2 participants
 * Last reply from: [danielaforum](https://wordpress.org/support/users/danielaforum/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/hyperlink-double-color/#post-9948887)
 * Status: resolved