Title: a:Active
Last modified: April 11, 2020

---

# a:Active

 *  Resolved [maringorama](https://wordpress.org/support/users/maringorama/)
 * (@maringorama)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/aactive/)
 * hi,
 * thank you for this great theme !!!
    i would like the ACTIVE menu button (i.e.
   membres), the one which is of the page that I am actually looking at, to be of
   a different color. I try to twink the theme like this:
 * a:active {
    color: #f70264; outline: none !important; }
 * but eh.. not working :(… any ideas ? Thank you so much !
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Faactive%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/aactive/#post-12660523)
 * the ACTIVE menu button has the CSS class `.current-menu-item`;
    use that to style
   the button:
 *     ```
       li.current-menu-item a {
          color: #f70264;
          outline: none !important;
       }
       ```
   
 *  Thread Starter [maringorama](https://wordpress.org/support/users/maringorama/)
 * (@maringorama)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/aactive/#post-12663338)
 * merci !!! 🙂
 *  Thread Starter [maringorama](https://wordpress.org/support/users/maringorama/)
 * (@maringorama)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/aactive/#post-12705329)
 * 🙂
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/aactive/#post-12705612)
 * You are welcome!

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

The topic ‘a:Active’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

## Tags

 * [a:active](https://wordpress.org/support/topic-tag/aactive/)

 * 4 replies
 * 3 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/aactive/#post-12705612)
 * Status: resolved