Hi
To increase the font size for reviews description use this css in theme panel > custom code > custom css: http://screencast.com/t/gKTpln0Yj
.td-review-summary-content{
font-size: 15px;
}
The font size value can be changed as you want.
I am not sure at what smart-list are you referring so please provide a link where I can inspect this closer so I can get back to you with a solution.
Thanks!
Hi Andrei, thanks a lot for the code. That worked like a charm!
I am refering to the smart lists that can be made within a blog post. Info on these smart list you can find here: :https://forum.tagdiv.com/newsmag-smart-lists/
Thanks for your help,
Jack
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/yBzH5WSjrp2
.td_smart_list_2 .td-sml2-description p, .td_smart_list_4 .td-sml4-description p{
font-size: 14px;
}
You can modify the size of the image displayed in smart list 4 by editing the td_smart_list_4.php file and changing this parameter: http://screencast.com/t/2AEg1pqSs That can be replaced with any image size defined in td_config.php: http://screencast.com/t/gS3eGL2br Also you an use ‘medium’ or ‘full’ as arguments: http://screencast.com/t/gVHhRNs9ogq – http://screencast.com/t/XmejbrM1p6wQ
Note that changing the image size you will also need some css customization in order to have the smart list content displayed fine.
This is a complex task which require many customizations and unfortunately I can’t offer a solution now. If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks!