Viewing 1 replies (of 1 total)
  • Hi buddhajourney,

    thanks for using MH Magazine lite.

    When it comes to CSS customizations, you could always use tools like for example Firebug to inspect the elements on your site and then add custom CSS code as you like, for example by creating a child theme or using a plugin like: Simple Custom CSS.

    The hover color of links (linked titles) and main menu for example can be changed by using this CSS (feel free to change the colors as you like):

    a:hover { color: #e64946; }
    .mh-main-nav li:hover { background: #e64946; }
    .mh-main-nav li:hover a { color: #fff; }
Viewing 1 replies (of 1 total)
  • The topic ‘MH Magazine Lite – Changing menu and titles color’ is closed to new replies.