Title: dhammadrops's Replies | WordPress.org

---

# dhammadrops

  [  ](https://wordpress.org/support/users/dhammadrops/)

 *   [Profile](https://wordpress.org/support/users/dhammadrops/)
 *   [Topics Started](https://wordpress.org/support/users/dhammadrops/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dhammadrops/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dhammadrops/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dhammadrops/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dhammadrops/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dhammadrops/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Hyperlink color – not visible hyperlink](https://wordpress.org/support/topic/changing-hyperlink-color-not-visible-hyperlink/)
 *  Thread Starter [dhammadrops](https://wordpress.org/support/users/dhammadrops/)
 * (@dhammadrops)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/changing-hyperlink-color-not-visible-hyperlink/#post-11322903)
 * First at all thank you so much!!
    [@andrea0veglia](https://wordpress.org/support/users/andrea0veglia/)
   yes, you understoond what I meant All 3 codes work and solve the issue of changing
   hyperlink color. But:
 * the codes
 *     ```
       .main-container a {
       color: #0000FF!important;
       }</blockquote>
       ```
   
 * and
 *     ```
       #page-content a {
       color: #0000FF !important;
       }
       ```
   
 * change also the color of the title of all the blog posts + changes the color 
   of the ‘read more’ botton on the blog post page.
    (That make it me wonder if 
   it is possible to change the color of the title of the post without changing 
   also the color of the hyperlink..)
 * Whilst the code
 *     ```
       #page-content a {
       color: #0000FF !important;
       }
       ```
   
 * change only the hyperlink color + the ‘read more’ botton + the little title of‘
   menu argument’ on top of the blog post title.
    See [https://dhammadrops.com/blog/](https://dhammadrops.com/blog/)
   and [https://dhammadrops.com/hello-world/](https://dhammadrops.com/hello-world/)
   to see what I mean
 * I’m gonna use the last code as it doesn’t change the title color and I’m happy
   with that but I thought to let you know this (also for other people reading)
 * Thank you for your precious help!!

Viewing 1 replies (of 1 total)