Aside from changing style.css, you can try to put <h3> tag in “Mariages” post to have same font-size as “Naviguer”.
Thread Starter
frdrc
(@frdrc)
Hello thebfdesigns thanks for suggest.
Maybe i misunderstand :
I’ve try to modify page.php but nothing new.
(<h3 class=”entry-title”><?php the_title(); ?></h3> instead of <h2 class=”entry-title”><?php the_title(); ?></h2> is it the job ?)
“Mariages” is a post title and i don’t know how to modify
Try to add this on your style.css
h3.entry-title {
color: #888;
font-size: 1.8em;
left: 0em;
position: relative;
top: 0px;
text-transform: normal;
width: 100%;
font-weight: 100;
}
Thread Starter
frdrc
(@frdrc)
Wouhouuuu ! It’s wonderful.
Thanks a lot thebfdesigns
Like you suggest i’ve first modify style CSS with your code :
h3.entry-title {
color: #888;
font-size: 1.8em;
left: 0em;
position: relative;
top: 0px;
text-transform: normal;
width: 100%;
font-weight: 100;
}
Second i’ve modify single.php line :
<h2 class=”entry-title”><?php the_title(); ?></h2>
by this one :
<h3 class=”entry-title”><?php the_title(); ?></h3>
And everything is ok.
“Et voilà” comme on dit depuis la France.
Thanks a lot.
Regards.
I’m glad, you are welcome 🙂