change px of font in review and list

Posted in: Newsmag
Post count: 6

Hi, how can I change the size of the font in the reviews and list? I noticed they are smaller than the default blog font and I would like them to be bigger.

Post count: 6

I am afraid I didn´t explain myself well, I want the review font and list font to be the same as the default blog content font. Anybody? Thanks!

Post count: 6535

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!

Post count: 6

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

Post count: 6535

Hi

I need to know what type of smart-list you want to use, ex smart-lis 2, 3, so I can provide the exact code for that situation. The code differ from case to case as the selectors changes depending of the smart-list used.

Thanks!

Post count: 6

Hey Andrei, I would like to change all of them, but especially list 2 and 4.

I would also like to know if I could change the image size in list 4 into medium instead of thumbnail.

Thanks again.

Post count: 6535

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/gVHhRNs9ogqhttp://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!

Post count: 6

That CSS code worked well too, thanks a lot!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.