Title: A active css
Last modified: November 8, 2022

---

# A active css

 *  [GUSUM](https://wordpress.org/support/users/gusum/)
 * (@gusum)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/a-active-css/)
 * Hello, can you help me?
    I’m trying to indicate the style of the active page 
   in the menu with an underline, but I can’t, I used this code but it doesn’t respond….
   Thanks!
 * #site-navigation-wrap .dropdown-menu >li >a:active{
    text-decoration: underline;}
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fa-active-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/a-active-css/#post-16180573)
 * Hello [@gusum](https://wordpress.org/support/users/gusum/),
    Thank you for reaching
   out,
 * Please use this class: “.current_page_parent” on your CSS
 * For instance:
 *     ```
       #site-navigation-wrap .dropdown-menu > li.current_page_parent  > a {
           text-decoration: underline;
       }
       ```
   
 * I hope that helps.
    Best Regards
 *  Thread Starter [GUSUM](https://wordpress.org/support/users/gusum/)
 * (@gusum)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/a-active-css/#post-16181850)
 * Hello, Shain,
    Thanks for your reply. I’ve tried the css code, but I can’t get
   it to work….
 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/a-active-css/#post-16184156)
 * You’re very welcome. I’m glad we could help.

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

The topic ‘A active css’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/a-active-css/#post-16184156)
 * Status: not resolved