February 18, 2015 at 11:30 am
Hey,
I have a few small questions:
1. How can I change the color of the font and background color of the bubbles that show up when you hover over the author, archive and category icons on the blog post archive?
2. How can I make the footer stay down in the boxed layout even when there is only little content? Right now it moves up for example on the “Thank you for your order” page.
3. I tried changing the color of the asterisks and “x”(remove items from cart) to # 414141 with the following
.woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove {
color: #414141;}
but it didn’t work. Is there anything I am missing?
4. Accordion: Is it possible to have all the accordion tabs closed by default and only open when you click on one? Right now the first tab is lways open by default. Also, how to align the text in the tabs? There is a tiny bit more space underneath the text than above.
5. If I want to make a certain text on a page even larger than h1 and with a different font, how do I type this in html?
Thank you very much!