Code:.navSplitPagesResult {margin: 5px;}![]()
Code:.navSplitPagesResult {margin: 5px;}![]()
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
First of all, thanks for posting this question. = )
Now.. what page is this code found in?
LyttonFinds,
This is in the stylesheet.
includes/templates/your_custom_template/css
You are using overrides right.....yes I know you are......
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
I just copied and pasted it to the bottom of that stylesheet and it didn't work. Is that where I paste it?
gotta url?
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
well that rule set does work I just tested on your site. If you want to change the "welcome....." on your index page then you would need to add "h2.greeting" to the rule.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Hey Mike,
I used it and it works perfectly. You can even change the size of the font on the other pages by adding 'font-size:' attribute directly in the listing you sent and it overrules the h1! Love it. Was this posted somewhere because lot of people have asked for this simple mod?
okay, i'm in the stylesheet for the template... i do see all the h1, h2, etc spots.. this is what they look like
h2 {
font-size: 1.4em;
}
Is this where you're talking about adding what you suggested?
Ah ha.. i found it. I see what you're talking about now. I was able to make the "welcome..." message bigger/smaller. Thanks!
Now where do I do this for the other content, the content actually found in the main_page.php defined page? I'd like to make that font bigger as well.