Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #48389
    alemoy
    Member

    Hello again,
    how can I delete border the sidebar widgets?

    Thanks

    #48395
    alemoy
    Member

    and finally, I would change the color main menu and footer.

    and also, I would like the menu items are closer together.

    Thank you

    #48398
    Sakin
    Keymaster

    @alemoy: For detail color options, you can upgrade to Catch Kathmandu Pro theme and then you can change it yourself from “Appearance => Theme Options => Color Options”.

    For free version, you need to do it manually.

    1. To delete the border around sidebar widget, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #secondary .widget { border: none; box-shadow: none; }

    2. To change the footer background color, you need to edit the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-generator { background-color: #1b5f7d; }

    3. For menu, I need more details. So, can you send me your site URL and let me know the detail color code for it and for spaces too.

    #48432
    alemoy
    Member

    This color #2E923E, site experienciastic.com

    Thanks

    #48435
    Sakin
    Keymaster

    @alemoy: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu { background-color: #2e923e; }
    #secondary-menu ul.menu a { padding: 5px 15px; }
    #48453
    alemoy
    Member

    Great!

    is possible to change color, when I pass the pointer over the menu

    And font size?

    Thanks Sakin

    #48476
    Sakin
    Keymaster

    @alemoy: For changing the color of hover and active menu, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu ul.menu li:hover > a,
    #secondary-menu ul.menu a:focus,
    #secondary-menu .menu .current-menu-item > a,
    #secondary-menu .menu .current-menu-ancestor > a,
    #secondary-menu .menu .current_page_item > a,
    #secondary-menu .menu .current_page_ancestor > a {
        background-color: #1b5F7d;
        color: #fff;
    }

    Sorry we don’t recommend hanging the font size. But if you really want then you can remove the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu ul.menu {
        font-size: 16px;
    }
    #48558
    alemoy
    Member

    Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘removed border’ is closed to new replies.