wally185
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP e-Commerce Change Font Size/Color of CategoriesThat worked, thank you! You have been extremely helpful.
I’m not sure if I should start a new thread but I am also having issues changing the font size of my drop down menus. The font size is way too large as you can see under ‘How to buy furniture’ in my top navigation.
Do you know how I can change this font size? or should I start a new thread on the forums for this issue?
THANKS!!
Forum: Fixing WordPress
In reply to: WP e-Commerce Change Font Size/Color of CategoriesI haven’t been able to get it to work.
I tried:
.widget ul.wpsc_top_level_categories li a {
font size: 14px;
}.widget ul.wpsc_second_level_categories li a {
font size: 11px;
}Any thoughts?
Forum: Fixing WordPress
In reply to: WP e-Commerce Change Font Size/Color of CategoriesThank you for your help, you solved my issues perfectly. Do you know if there is a way for me to change the font size/color to differ between the categories and sub categories?
(i.e. Change the font size between the main category ‘seating’ and the sub categories ‘breakroom’, ‘ergonomic’, and ‘guest’ per my website. http://www.WeAreEcospaces.com
Thanks!
Forum: Fixing WordPress
In reply to: Changing menu font size and colorThanks for responding. I am very new to wordpress and web editing.
I think using the custom css plugin would work easiest for me. I have installed the plugin “PC Custom CSS” but I am unsure what custom css I should type in to correct my changes.
Any and all advise is much much appreciated.
Thanks
Forum: Themes and Templates
In reply to: How to Change font size on sidebar with Lugada ThemeIn the dashboard I am going to ‘Appearance” -> ‘Editor’ -> ‘Stylesheet (style.css). That is where I found the .column-sidebar and added the font size rule, which didn’t work.
Keep in mind, that I am a noob at these type of things so all help is greatly appreciated.
Forum: Themes and Templates
In reply to: How to Change font size on sidebar with Lugada ThemeI went into the CSS style sheet and put exactly what you indicated in your most recent post and still can’t get my left nav sidebar links to change font size. This is what I put:
.column-sidebar,{
font-size: 17px;
}