Font Weight In Title Text

Posted in: Newsmag
Post count: 80

Hello,

I’m not sure if this is possible without a bit of coding work, but it’s worth a try.

I am trying to have more than one font weight in a block title.
For example:

Example Title Bold Weight – Example text normal weight.

Is this possible?
Thanks.

Post count: 6535

Hi

Unfortunately the block title field does not accept html/css code at the moment. This code is required to apply a different font for a specific word from block’s title. You will need a code like this one for example to insert two different styles inside same title:

<h2 style="display: inline-block">Title </h2> <h2 style="font-weight: 900;display: inline;"> two fonts </h2> <h2 style="display: inline"> on the same row </h2>

Here you can see how the code works in for block’s title and how works when it’s used as normal html: http://screencast.com/t/tna6q4Ah
To make the required filed support html/css code are required many custoizations and unfortunately I can’t provide a solution now. If you need this and you’re not aware of the steps you need to take in this regard my advice is to hire a developer to do this for you as we cannot offer custom services at the moment.

Thanks!

Post count: 80

Hi Andrei,

Thanks for pointing me in the right direction – I will have someone look at this for me.

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