This topic has 4 replies, 2 voices, and was last updated 3 years, 6 months ago ago by Rose Tyler
Hi,
I have selected my title to be in lowercase (in customize) but it seems it is not taking that. It still appears in Upper case. Why is that? (for example on the footer, or on the categories of the shop)
Thanks. I ws actually able to change it.
Thought the size of the display being very very small I added the custom CSS:
span { font-size: 25px; }
Which worked but seems to change the size of the cart and info on the header. They are now so big. How can I fix that?
Thanks
Hello,
Delete the mentioned custom CSS. Try to edit settings in Theme Options > Typography, or use the next code:
.sidebar-widget .widget-title > span {
font-size: 30px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up