• Resolved Kishor G

    (@kishor-g)


    Please advice on below setting:
    1) In default theme when curser goes to Home button, it will get change to blue. Please advice how to change this color.
    2) In default theme, color behind the menu (Home and sample page) is grey. Please advice how to change this color.
    3) In default theme, color behind widgets (like Resent post, Meta) is grey. Please advice how to change this color to other color.

Viewing 1 replies (of 1 total)
  • Hi, I’m not familiar with this theme, but those changes can be made without too much trouble. If the theme has a Custom CSS option, use it to change the code below. If not, install a Custom CSS plugin to make the changes. You didn’t say what color you wanted to change them to, so I’m going to assume black (#000000) and white (#ffffff).

    li.current-menu-item, .themonic-nav .current-menu-item > a, .themonic-nav .current-menu-ancestor > a, .themonic-nav .current_page_item > a, .themonic-nav .current_page_ancestor > a {
       background: #000000
    }
    .themonic-nav ul.nav-menu, .themonic-nav div.nav-menu > ul {
      background: #ffffff;
      border-bottom: 0px #ffffff;
      border-top: 0px #ffffff;
    }
    .widget-title {
       background: #ffffff;
    }
    .widget-area .widget p {
      border-left: 0px #ffffff;
      border-right: 0px #ffffff;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘colour changes’ is closed to new replies.