Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #854628

    Christopher M
    Participant

    Hello,

    Here is the URL of my site:
    http://74.220.219.76/~lorisvoi/

    I would like to make just the DONATE button be red so that it stands out (and move it to the end but I can obviously do that). Could you please help me out?

    Thanks alot for your time!
    Christopher

    #854676

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Please add this in your customizer’s custom CSS:

    to change Font color:

    .x-navbar .desktop .x-nav > li.menu-item-18  > a{
    color:#FFF;
    }
    

    To change background color of the menu:

    .menu-item-18 {
    background-color: #FFF
    }

    Hope it helps.

    Thanks.

    #859271

    Christopher M
    Participant

    Thanks so much! One more quick question: how would I remove the margin/padding so the menu is all the way to the right?

    #859867

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! Your menu is already to the right? Have you solved this already, or are we just misunderstanding what you want to achieve? Please help clarify – thanks!