Viewing 10 replies - 1 through 10 (of 10 total)
  • Hey there Old City Ties,

    How are you doing today?

    You should be able to achieve this with some custom CSS, I’m seeing a lot of CSS added for the same thing when inspecting your site. Since the theme that you’re using has its own custom CSS tab you can try adding the following code in Appearance -> Theme Options -> Custom CSS:

    #main-navigation .sf-menu a {
      border-bottom: 5px solid #093d07;
    }
    
    #main-navigation .sf-menu li a:hover {
      background-color: #093d07;
    }
    
    #main-navigation .sub-menu a {
      background-color: #093d07;
    }

    The result should be the same as in your other site. If the code doesn’t work please keep it added and let me know so I can take a look 🙂

    Cheers,
    Bojan

    Thread Starter Old City Ties

    (@old-city-ties)

    Hi Bojan and thank you!
    I will try that and will come back.

    Thread Starter Old City Ties

    (@old-city-ties)

    Perfect ! It worked!
    Thanks a lot Bojan!

    Glad I could help 🙂

    Cheers,
    Bojan

    Hello,
    I have a similar problem, but it is with menus located on the side of my site. What custom css would I need for this?
    http://hoosierflipside.com/

    Hey there Hallcm,

    I’m not really sure what exactly are you referring to and what would you like to change.

    Can you please add more information or possibly a screenshot and I’d be more then happy to help 🙂

    Cheers,
    Bojan

    Oh well. I tried out some of my own code, and it ended up working. Thank you so much for your quick assistance!

    Glad you managed to figure this one out 🙂

    Cheers,
    Bojan

    Hello, i want to change the color of primary menu too, but a little diferent, i have 5 itens in my menu, i want each one with a diferente colors. Is that possible?

    Theme Author Richie KS

    (@rkcorp)

    @fcostanti
    please do not bump old thread. open a new one.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Blue color in primary menu’ is closed to new replies.