Support » Theme: Fruitful » Changing Color

  • Resolved mdmiserendino

    (@mdmiserendino)


    Under Theme Options, Menu, Button Background Color I changed the orange to #6DBDD6. It shows blue when I save but doesn’t change it on the the site. Any help? Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Could you please give us a link to your site? It’s much easier to resolve the issue once we see it (as we don’t actually have every theme installed on our end).

    Thanks,
    Nhat

    Thread Starter mdmiserendino

    (@mdmiserendino)

    Oh sure. Sorry. Newbie. http://www.globaltabletours.com Thanks.

    Hmm . . . when I change the colors in the theme option (like this) and hit the Save button, it works. Have you made sure to hit the Save button and see the green check mark come up?

    Alternatively, we could use CSS:

    .main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current-menu-parent a, .main-navigation ul li.current_page_parent a, .main-navigation ul li.current-menu-ancestor a {
    background-color: #6DBDD6 !important;
    }
    
    .main-navigation ul li:hover a {
    background-color: #6DBDD6 !important;
    }

    Put these into your theme’s Custom CSS tab.

    Thread Starter mdmiserendino

    (@mdmiserendino)

    That worked. Thanks.

    Could you please mark this as resolved?

    Thank you,
    Nhat

    Thread Starter mdmiserendino

    (@mdmiserendino)

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Color’ is closed to new replies.