Template issue

More
12 years 9 months ago #8862 by adamfridel
Replied by adamfridel on topic Re: Template issue
Hello Ivan,
I have to thank you once again for your steady support. I really dont know what I could have done without you.
Thank you for the Jquery suggestion, but i do not think we can achieve the same result.
Is there any way we can correct this in the vm code that you might know of? Thanks in advance.

Please Log in to join the conversation.

More
12 years 9 months ago #8875 by ivan.milic
Replied by ivan.milic on topic Re: Template issue
Best if you could ask that on VM forum, we don't have experience with problem like that .

Please Log in to join the conversation.

More
12 years 9 months ago #8892 by adamfridel
Replied by adamfridel on topic Re: Template issue
Hello,
I resolved the homepage template issue yesterday.

I have one last request.

1. I am trying to reduce the product title font on the product category page

2. I'd also like to reduce the product tile font on the product page

3. Finally, i'd like to reduce the product description font

I tried using firebug to detect the correct lines of code for the above but could not locate them. Thanks in advance.

Please Log in to join the conversation.

More
12 years 9 months ago #8902 by ivan.milic
Replied by ivan.milic on topic Re: Template issue
Ok, just give me your link and tell me on which pages I can see each thing you want to change.

Btw. Firebug is not good tool for such things, best if you could just use chrome "Inspect Element" (same is Safari) because it shows original shape of css and just by link click it can lead you to place in file where is that.

Please Log in to join the conversation.

More
12 years 9 months ago #8904 by adamfridel
Replied by adamfridel on topic Re: Template issue
Here is the link to the product category page. I'd like to make the title font smaller www.minnovative.co.uk/index.php?option=c...irtuemart&Itemid=149

Here is a link to product page. I'd like to make product title and product description font smaller www.minnovative.co.uk/index.php?page=sho...irtuemart&Itemid=149

Please Log in to join the conversation.

More
12 years 9 months ago #8910 by ivan.milic
Replied by ivan.milic on topic Re: Template issue
1.

#product_list H2 a
{
font-size:[X]px!important;
}

2.
title:


#vmMainPage h1
{
font-size:[X]px!important;
}

description:

#vmMainPage > div > div > div, #vmMainPage > div > div > div *
{
font-size:[X]px!important;
}


add all of that in index.php of template jus begoe head in style block:

...
<style type="text/css">
#product_list H2 a
{
font-size:[X]px!important;
}

#vmMainPage h1
{
font-size:[X]px!important;
}

#vmMainPage > div > div > div, #vmMainPage > div > div > div *
{
font-size:[X]px!important;
}

</style>
</head>
<body>
....

Please Log in to join the conversation.

Time to create page: 0.153 seconds
Powered by Kunena Forum