• Resolved Julien

    (@igloo3)


    Hi,

    First, great job with Moesia, love it !
    But I need to figure out some issues :
    – I want to reduce font-size of <h3>. I changed the value in “Fonts” menu, and also in CSS custom such as : h3 {
    font-size: 1.7em;
    }

    but no changes.. maybe i missed something?

    -Also, I would like to create anchors from the nav menu linking to front page sections. I mean, for example, when i click on “services” on the menu, it links directly to the “OUR SERVICES” section of the front page, instead of opening a new page.
    I don’t know if it’s possible, and if i am being enough clear…

    Sorry, I am a newbie with WP , and I am french ??
    Thank you !!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    – can you post a link to your website so I can see what’s wrong with H3s?
    – you only need to add #services as a link in your menu. Or the ID of the row which holds the services widget.

    Thread Starter Julien

    (@igloo3)

    I am working on a localhost…so you cannot have access to the admin, can you ?

    Ok great for the anchor, thanks !!

    Well, let me know when you take your site live so I can check. Meanwhile adding your code like this should do it:

    h3 {
    font-size: 1.7em !important;
    }

    Thread Starter Julien

    (@igloo3)

    Still not.. but thanks.
    Ok I’ll’ let you know when it’s online ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font size & Nav’ is closed to new replies.