Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • VisiGod Friend
    #185337

    In brief: If you place the mod_finder module instead of mod_search, the template style is not applied and looks ugly.

    Ninja Lead Moderator
    #484865

    <em>@VisiGod 361947 wrote:</em><blockquote>In brief: If you place the mod_finder module instead of mod_search, the template style is not applied and looks ugly.</blockquote>

    You can change to use mod_finder module instead of mod_search on JA Mitius Template by this my custom

    + Create a new module with type of mod_finder and assign it to “head-search” position
    + Disable mod_search module
    + Open templates/ja_mitius/css/custom.css file
    add new script below

    #mod-finder-searchform .inputbox {
    background: url(../images/ico/search-invert.png) no-repeat 95% center;
    border-radius: none !important;
    border: none;
    border-left: solid 1px #222222
    box-shadow: none;
    color: #666666
    height: 49px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    width: 150px;
    }
    #mod-finder-searchform {
    float: left;
    height: 49px;
    }
    #mod-finder-searchform form {
    margin: 0;
    }
    #mod-finder-searchform label {
    display: none;
    }

    /* focus state */

    #mod-finder-searchform .inputbox:focus,
    #mod-finder-searchform .inputbox:hover,
    #mod-finder-searchform .inputbox:active {
    border: none;
    border-left: solid 1px #222222
    background-image: url(../images/ico/search-invert-hover.png);
    color: white;
    width: 150px;
    }

    #mod-finder-searchform br {
    display:none;
    }

    Let me know if it helps

    VisiGod Friend
    #486069

    I solved it easier – added the class in the template overwrite of mod_finder. Probably you should do the same in the next version of the template.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  VisiGod 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum