Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • hispamart Friend
    #146541

    Hi, I checked with firebug but I could find the css code in any css file. I need to reduce the size of the green title (product name) , because it collides when there are 3 or more products in a row. Hope someone resolved this before. Check attachment. Thanks in advance.


    1. size
    Saguaros Moderator
    #325759

    Hello hispamart!

    I give your two solutions to resolve the problem:

    1) open the file : componentscom_virtuemartthemesja-zeolitetheme.css, try to find a section code at line 514 => 516


    #vmMainPage H4, #vmMainPage H3 {
    font-size: 150%;
    }

    you change the font size by yours

    2) you’ll add a new rule style into the “templates.css” file:


    .browseProductContainer h3{
    font-size:14px !important
    }

    Good luck

    hispamart Friend
    #325762

    Thanks for your advice, but it only changes the title page. Is nice to know how to change that one too.

    But what really I need is to reduce the font size in the product listing, (the product name in red letters on my new attachment), to avoid the mess when there are more products in a row.


    1. collide2
    Anonymous Moderator
    #326031

    Hi hispamart

    Open componentscom_virtuemartthemesja-zeolitetheme.css file, add following code to the end of file:

    .browseProductContainer h2 {
    font-size: 120% !important;
    }

    Additional, you can do the same with h3 and h4 tag

    Hope it helps.

    hispamart Friend
    #326211

    Thanks for guide me. This is great, now I’m able to change the font size. This work perfect when there is only 1 product in a row, like it was intended in the template.

    Sorry for ask again for this, but could you check my attachment?
    The problem persist when there is more that one product in a row. Thanks in advance, I appreciate your help.


    1. 4inRow
    Saguaros Moderator
    #326436

    Hello hispamart!

    Please give me the link to your site,

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

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 14 years, 11 months ago.

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