gozzapaul Posted September 5, 2013 Share Posted September 5, 2013 Hi There, I have a prestashop with a bought theme. I need to change the font style on the left navigation menu only (to arial rounded or something more easily read). Is there an easy way to do this? Many thanks website: thecandyworkshop.com Link to comment Share on other sites More sharing options...
vekia Posted September 5, 2013 Share Posted September 5, 2013 you need to change font-family: "Lobster" to any other font you want in: #categories_block_left .tree a { padding-left: 0; color: #fff; font-family: "Lobster"; font-weight: 400; font-size: 16px; line-height: 20px; } it's a part of http://thecandyworkshop.com/modules/delizzablockcategories/delizzablockcategories.css file Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now