Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello once again, I’m facing one problem and don’t know how to fix it, I can’t make sidebar font bigger (it’s woocommerce category sidebar). Moreover I would like to make category font bigger as well.
Thank you for help :)
Hi Tomas
Please give the below a try, let me know how it goes.
/* Vantage Sidebar Widget Title Font Size */ #secondary .widget .widget-title { font-size: 15px; } /* Vantage Sidebar List Font Size and Line Height */ #secondary .widget ul { font-size: 16px; line-height: normal; }Hello and sorry for taking so long to response, thank you, it worked! Just one more thing, I have more problems and I really need to fix it.
1. I need to make more space between these lines in category ( red line). (http://imageshack.com/f/p9OZqWDUp)
2. Also I want to make this font bigger, and I can’t find out how. (blue line) (http://imageshack.com/f/p9OZqWDUp)
3. And the last problem, is it possible to align “Read more” icons in one equal row? (like in lower row) http://imageshack.com/f/ey12xcQ7p
Thank you!
You could use something like this to better space those sidebar lists:
#secondary ul li { margin-bottom: 10px; } #secondary ul.children { margin-top: 10px; }To make that particular line larger you could try:
#secondary ul li.cat-item-26 { font-size: 20px; }That’s unfortunately default WooCommerce styling there. The text before the button is a block level element, this isn’t a super quick change. Sorry I don’t have more on that point.
Oh, that’s not a big problem with that boxes, the most important part was for me the padding in sidebar ,thank you for that!
Just another thing, I made a mistake with that blue line in left side, there should be red colour, I was talking about category name font size (“Magnetai” , “DulkiĊ³ nutraukimo sistemos”). So maybe you can help me with that also? :)
My bad,sorry!
To target just the category parent items, if that’s what you’re after, try this:
#secondary .cat-parent > a { color: red !important; }Add any other properties that you might require where I’ve stated color.
Oh, sorry for misunderstanding, I was talking about these kind of title, how to make them bigger? http://imageshack.com/f/eyq5ZEbOp
The selector for the links you’ve indicated is:
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { }Hi Andrew, I am using the Vantage Primium and find the fonts in the sidebar too small. Tried some of the CSS codes you have mentioned. The title font size works but not the body font (Sidebar in Events page). Please help. Thanks. My website is atcas.org.sg