Hello
The options in theme settings: Styling – Heading do not work. I can not change the size of fonts there, so I need to do this by CSS.
I would like to edit H2 font size, I am trying to put some code, but it doesn’t work:
.post-item-single h2 {
font-size: 23px;
}
Second problem is with tag cloud. I would like to change colour of tag clouds:
.widget_product_tag_cloud a, .widget_tag_cloud a {
background-color: #3a3a3a;
border: 1px solid #fff;
}
When I’m trying this code using firebug everything is fine, but when I paste the code into Custom Code theme section it doesn’t work.
Could you help me?
Regards