Title: Link CSS
Last modified: March 9, 2018

---

# Link CSS

 *  [tunesrcool](https://wordpress.org/support/users/tunesrcool/)
 * (@tunesrcool)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/link-css-4/)
 * i want to change the link colors on the main page. i have the entry ones
 * also, i have a really nice site going this time, nice keywords and a lot of content
   on each page, not posted yet. i have the theme now, someone gave me his key for
   it. is there any way to better anything with the theme for SEO, anything i can
   do that google would like more and possibly rank my pages higher
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flink-css-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 3 months ago](https://wordpress.org/support/topic/link-css-4/#post-10057252)
 * Which link on the home page?
 *  [gavpedz](https://wordpress.org/support/users/gavpedz/)
 * (@gavpedz)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/link-css-4/#post-10057408)
 * To change link colours add these two to your custom CSS in the theme customizer
   and change the hex colour code (the numbers after the hash tag) to whatever colour
   you want.
 *     ```
       a, a:visited {
           color: #d91f1f;
       }
   
       .entry-content a {
           color: #00138E;
       }
       ```
   
 *  Thread Starter [tunesrcool](https://wordpress.org/support/users/tunesrcool/)
 * (@tunesrcool)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/link-css-4/#post-10057858)
 *     ```
       a, a:visited {
           color: #00138E;
           font-weight: bold;
           font-style: italic;
           text-decoration: none;
       }
   
       a, a:hover {
           color: #00138E !important;
           font-weight: bold;
           font-style: italic;
           text-decoration: underline;
       }
       ```
   
 * i just want the hover underline
    [link removed]
    -  This reply was modified 8 years, 3 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
    -  This reply was modified 8 years, 3 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *  Thread Starter [tunesrcool](https://wordpress.org/support/users/tunesrcool/)
 * (@tunesrcool)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/link-css-4/#post-10057875)
 * and that changes the wordpress menu on top
 *  Thread Starter [tunesrcool](https://wordpress.org/support/users/tunesrcool/)
 * (@tunesrcool)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/link-css-4/#post-10058207)
 * i got it thanks
 *     ```
       .home-posts-title {
           color: #00138E !important;
           font-weight: bold;
           font-style: italic;
           text-decoration: none;
       }
   
       .home-posts-title:hover {
           color: #00138E !important;
           font-weight: bold;
           font-style: italic;
           text-decoration: underline;
       }
   
       .entry-content a {
           color: #00138E;
           font-weight: bold;
           font-style: italic;
           text-decoration: none;
       }
   
       .entry-content a:hover {
           color: #00138E !important;
           font-weight: bold;
           font-style: italic;
           text-decoration: underline;
       }
   
       .sidebar a {
           color: #00138E !important;
           font-weight: bold;
           font-style: italic;
           text-decoration: none;
       }
   
       .sidebar a:hover {
           color: #00138E !important;
           font-weight: bold;
           font-style: italic;
           text-decoration: underline;
       }
       ```
   

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

The topic ‘Link CSS’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [tunesrcool](https://wordpress.org/support/users/tunesrcool/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/link-css-4/#post-10058207)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
