Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • davidsg3 Friend
    #193997

    Hi.

    I want to change category layout of vm-category module of ja-mixmaz.

    I want to put it clear, with white wallpaper, and no hoover. Where I have to go to change it?
    I want to see it like attachment.

    Thanks


    1. 329e6cd1166a53c4bee9a1728da91142
    TomC Moderator
    #519547

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as a link to the page where your issue exists.

    Nazario A Friend
    #519627

    @davidsg3,

    You can try workaround below:

    – For the background: Open /templates/ja_mixmaz/css/template.css file, then find and modify CSS rule as follows:

    div.moduletable.pattern-d {
    background-color: white;
    color: #fff
    }
    div.moduletable.pattern-d h3 {
    color:black;
    }}

    – For the hover: Open /templates/ja_mixmaz/css/virtuemart.css file then remove code in red:

    .vm-category ul.VMmenu li a {
    background:#e31837
    box-shadow: 10px 0 0 #e31837, -10px 0 0 #e31837
    -moz-box-shadow: 10px 0 0 #e31837, -10px 0 0 #e31837
    -webkit-box-shadow: 10px 0 0 #e31837, -10px 0 0 #e31837
    color: #000
    display:inline;
    font-family: 'novecento_wide_bookregular';
    font-size:1.5em;
    font-weight:bold;
    line-height:1.7em;
    padding: 5px 0px;
    text-shadow:none;
    }
    .vm-category ul.VMmenu li a:hover,
    .vm-category ul.VMmenu li a:focus,
    .vm-category ul.VMmenu li a:active,
    .vm-category ul.VMmenu li.VmOpen a {
    background:#fff
    box-shadow: 10px 0px 0px 0px #fff, -10px 0px 0px 0px #fff
    -moz-box-shadow: 10px 0px 0px 0px #fff, -10px 0px 0px 0px #fff
    -webkit-box-shadow: 10px 0px 0px 0px #fff, -10px 0px 0px 0px #fff
    color:#e31837
    }

    You should see as this screenshort:

    Let me know if this helps.

    In case the problem still remains, please send me the URL your site so that I can help you out.


    1. 9556-1
    davidsg3 Friend
    #520346

    Hi Guys.

    Thank you both replies.

    With the last reply, I proceed as nazario A says. I have a result, but only one thing must be changed.

    I have a hoover effect in the first step.

    You can show it in http://www.vinilsimes.com. In the firts category selection we have a hoover effect, but not in the following steps.

    How can we modify it?

    Oh one more thing: can we use the same wallpaper of search module for the category module? Now it changed to a pure white and it seems it broke the colour with the rest.

    Thanks very much


    1. Captura-de-pantalla-2014-01-29-a-las-11.10.25
    Nazario A Friend
    #521059

    @davidsg3,

    In the post #1:
    <blockquote>I want to put it clear, with white wallpaper, and no hoover. Where I have to go to change it?</blockquote>
    You want “no hoover” that I guide you in the post #3. If now you want to have the hover effect, you need to add the red code were removed (see the post #3)

    <blockquote>Oh one more thing: can we use the same wallpaper of search module for the category module? Now it changed to a pure white and it seems it broke the colour with the rest.</blockquote>

    Yes. Open /templates/ja_mixmaz/css/template.css file, then find and modify CSS rule as follows:

    div.moduletable.pattern-d {
    background: transparent;
    color: #fff
    }

    Let me know if this help

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

This topic contains 5 replies, has 3 voices, and was last updated by  Nazario A 10 years, 9 months ago.

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