Title: problem menu transparent
Last modified: January 4, 2021

---

# problem menu transparent

 *  [raffodesigner](https://wordpress.org/support/users/raffodesigner/)
 * (@raffodesigner)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-menu-transparent/)
 * Hello! I have a site where some pages have transparent menus, so I need to have
   the color of the menu items with a different color than the menu with a white
   background.
 * For example this page:
    [https://www.rafaelmartinbueno.es/abogado-negligencias-medicas-partos/](https://www.rafaelmartinbueno.es/abogado-negligencias-medicas-partos/)
 * I need the text to be white, but if I change it changes me all over the web. 
   Can you help me please?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-menu-transparent%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-menu-transparent/#post-13861059)
 * Hi Raffo,
 * Please go to Appearance > Customize > Additional CSS and add the following:
 *     ```
       body.page-id-20204:not(.ast-primary-sticky-header-active) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
           color: white;
       }
       ```
   
 * That will work for the homepage. If you want to use it on other pages, you’ll
   need to view the page source and find the page ID on the body element, and adjust
   the CSS like this:
 *     ```
       body.page-id-20204:not(.ast-primary-sticky-header-active) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.
       body.page-id-XXXXX:not(.ast-primary-sticky-header-active) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
           color: white;
       }
       ```
   
 * (replacing XXXXX with the page ID)
 * Regards,
    Tom
 *  Thread Starter [raffodesigner](https://wordpress.org/support/users/raffodesigner/)
 * (@raffodesigner)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-menu-transparent/#post-13861188)
 * thanks for answering me !! I added the code but unfortunately it doesn’t work..
 * could you help me?
 * thank you so much
 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/problem-menu-transparent/#post-13866087)
 * Hi raffo,
 * Please check the CSS you have pasted, it seems the “>” characters have been converted:
 * [⌊2021-01-05_10-47-39⌉⌊2021-01-05_10-47-39⌉[
 * Regards,
    Tom

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

The topic ‘problem menu transparent’ is closed to new replies.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [megamenu](https://wordpress.org/support/users/megamenu/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/problem-menu-transparent/#post-13866087)
 * Status: not resolved