Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @omarperez999!

    You can see if the following piece of CSS code works:

    #menu-item-934 > a > span {
    color: #a50021;    
    }

    This can be added to the “Additional CSS” section found in your customizer.

    Cheers!

    Thread Starter omarperez999

    (@omarperez999)

    Hi Rynaldo — thanks so much. Works like a charm!

    Cheers — Op

    Thread Starter omarperez999

    (@omarperez999)

    PS: I just realized that the shop link stays red regardless of where you are on the site, even non Woocommerce pages. Is there a way to keep that from happening?

    Thanks again!

    Omar

    Plugin Support Rynald0s.a11n

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @omarperez999!

    Can you please give me an example of what exactly you would like to achieve here? It sounds like you would like to have the menu item in red only when on WooCommerce-related pages, yes?

    Cheers!

    Thread Starter omarperez999

    (@omarperez999)

    Hi!

    Yes, that is exactly what I want it to do (if it’s possible).

    thank you!

    Op

    Plugin Support Ena P (a11n)

    (@drwpcom)

    Hi @omarperez999, you can modify the code as follows:

    
    .woocommerce-page #menu-item-2839 > a > span {
    color: #a50021;    
    }
    

    I hope that helps!

    Plugin Support Ena P (a11n)

    (@drwpcom)

    Hi @omarperez999. We haven’t heard from you in a while so I’m going to go ahead and mark this thread as resolved. If you still need help with this issue or have any other questions about the WooCommerce plugin, please start a new thread.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Keep store current page color on menu’ is closed to new replies.