Question

Posted in: Newsmag
Post count: 280

Hello,

I have made some Modifications to loop-single.php, and now i can add any author name i want by using plugin.

The problem is that, the font is very small. and i try make it bold from theme fonts options but its not changes..

Any advice ?

I need it to be bold and change font size please..

http://sport.sky-host.cu.cc/new

  • This topic was modified 10 years by Lewis.
Post count: 6535

Hi

If the result it’s displayed by a plugin the theme can’t control it’s size, you will have to do it using some specific css. Try this code: http://screencast.com/t/jZk63CqMZzF

.meta-info{
font-size: 15px;
font-weight: bold;
}

Thanks!

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