- This topic has 2 replies, 2 voices, and was last updated 9 years, 3 months ago by .
 
Viewing 3 posts - 1 through 3 (of 3 total)
	
Viewing 3 posts - 1 through 3 (of 3 total)
	
- You must be logged in to reply to this topic.
 


Home › Forums › Free Themes › Photo Perfect › Change hyperlink color!
Tagged: hyperlink
Hi,
Is there a code I can put in that every time I create a hyperlink it changes it to a certain color?
Thanks!
Kya
If you check out my blog Wanderlustkyla.com it’s the color I’ve been using. The lighter blue.
Thanks!
@champagne07, first off your site looks beautiful created with Photo Perfect. Thanks to your creativity.
Yes you can easily achieve this from custom stylesheet code.
Remove all inline hyperlink you that have previously added and use the following code.
.content-area a {
    color: #0000ff;
}
Paste above code in Appearance -> Customize -> Theme Options -> Advance Options -> Custom CSS
If you do now wish to go back and revert them manually, then paste the following code.
.content-area a {
    color: #0000ff !important;
}
Note : Change the HEX color code value to your own.
Hope this helps !
| Cookie | Duration | Description | 
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". | 
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". | 
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". | 
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. | 
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". | 
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. | 



