• Resolved frdrc

    (@frdrc)


    Hello,

    I’m noob and would like to modify “Mariages” title on this website page: https://julienbunelle.fr/?p=13 . I would like a larger font like “Naviguer” on the same page for example.
    I’ve try several modification in style.css but nothing seem act on.

    Can you help me please ?
    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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 ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Autofocus theme – font-size’ is closed to new replies.