Thread Starter
einar_
(@einar_)
Is there any way to make that default? So my client don’t have to click none button at all?
Thread Starter
einar_
(@einar_)
Thread Starter
einar_
(@einar_)
I’m not good explaining the problem – I write it in static HTML instead, just for an example:
<h1>This is normal font-weight, and <span style="font-weight:bold;>this is bold.</span></h1>
And the h1 will then look like:
This is normal font-weight, and this is bold.
Thread Starter
einar_
(@einar_)
I think I have to change something in this code –
<h1 class=”entry-title”><?php the_title(); ?></h1>
I can’t change this class to be both bold and normal, and I can’t use two classes to establish this “effect” in same h1-tag.