Okay
  Public Ticket #914922
change text the color my account
Closed

Comments

  • Javier started the conversation

    Hello,

    How I can change text the color, my account?

    Thanks



  • [deleted] replied

    Hi Javier,

    Please just add the code below to Custom CSS

    header.site-header .top-menu nav > li a {
        color: red !important;
    }
    
    header.site-header .top-menu nav > li a:hover {
        color: green !important;
    }
    
    header.site-header .top-menu nav > li.single-entry span {
        color: red !important;
    }