• Resolved sas5209

    (@sas5209)


    I am using “Simple Calendar” and added the calendar as a menu item. I cannot customize the menu color for the calendar in the same way I did for the Pages. Can you suggest a solution?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    add to customizer->general->custom css

    .sf-menu li.menu-item-object-calendar a { border-bottom: 5px solid #000; }
    .sf-menu li.menu-item-object-calendar a:hover { background-color: #000; color:#fff; }

    edit the #hex to your own.

    Thread Starter sas5209

    (@sas5209)

    Got it! Thanks for the response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Menu Color for Calendar’ is closed to new replies.