Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • missyw Friend
    #143454

    I would like to increase the font size for the main content only, and ideally for Virtuemart as well. But I do NOT want a font increase for everything else (especially not for the menus). So I do not want to change the font size in the templates parameters.

    Is this possible? I have looked at the CSS but cannot work it out. Can anyone suggest something?

    mihirc Friend
    #314227

    Hello,

    Just find this code in the template.css file

    #ja-content {
    border-bottom:1px solid #E6E6E6;
    padding:15px;
    position:relative;
    }

    Replace with

    #ja-content {
    border-bottom:1px solid #E6E6E6;
    padding:15px;
    position:relative;
    font-size:13px !important;
    }

    The font-size number can be changed with what you want.

    Regards,
    Mihir Chhatre.

    missyw Friend
    #314352

    Brilliant!!! Thanks so much for your contribution!:)

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

This topic contains 3 replies, has 2 voices, and was last updated by  missyw 15 years, 3 months ago.

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