Hi, I desperately wants to increase the size of the elements that I circled in red in this image:
http://imageshack.com/a/img908/6434/kTG0og.png
Can you help me? I did not find any options in the administration panel.
Hey arbilus!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar a { font-size: 14px; }
.title_container .main-title a { font-size: 20px; }
.title_container .breadcrumb { font-size: 13px; }
Regards,
Yigit
Thank you it works ! But I have the same problem with that : http://imageshack.com/a/img911/4792/iTHYBA.png . (circled in red in this image). Could you help me again ?
Hi!
Please try the following as well:
.js_active .tab {
font-size:14px !important;
}
Regards,
Rikard
Thanks a lot