Hey, i hope it's ok i have a few different questions. I've used the search function to try and find solutions but couldn't find answers to all my questions. To begin with, i'm playing around with the theme at http://woo.odinfightwear.com/wp
1) I want the main navigation tool on the website to be the product categories (added using "Woocommerce product categories" widget). I've been searching throughout the entire style.css and trying to look into the source to figure out what css code i need to manipulate to control the font size of the categories, any hints here?
2) I dislike the amount of space at the top of the page, so i wanted to minimize the empty space. To this goal i saw this comment in the style.css:
#header.boxed .container{
width:980px;
height:200px; /* remove this is you want no specific height for the header. it will adjust to the logo size then*/
}
But if i remove this, the "My account | Shopping cart | Checkout" gets mixed into the search field. Is there any way to either make these two play nice, or remove the 3 links (they are already linked in the menu so it seems a bit redundant).
3) I'm almost assuming this is an error, but when i go into the view cart or checkout, the font color on "Cart subtotal" and "Order total" is dark gray, making it impossible to read on the dark blue background. Shipping and tax has the right color, so i'm assuming this is a bug? I see the same behaviour on the live preview.
4) Is there any way to make the entire image of a product clickable? As it is you can only click on the "Show details", not a huge deal, just seems counter-intuitive from a user perspective.














