Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Nav menu displays differently on some pages

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #295285
    agaspytkowska
    Participant

    I am working on updating webpages for charity I am working for, everything was fine until my colleague updated the template while I was on leave and now I have different fonts used on different pages. I looked through the css stylesheet and amended that but still not luck. This is how the menu should look like http://www.face.ac.uk/ and this is how it looks like on some pages http://www.face.ac.uk/privacy-policy/
    Can someone tell me what am I doing wrong? I am new to css so this might be something small…

    Thank you for any help with this!

    #296279
    vulkanus
    Participant

    Hi,

    I think the problem is around the .genesis-nav-menu { /* font-family: ‘Oswald’, sans-serif; */}

    If you remove the font-family from your homepage, it will be equal the “privacy” menu.
    Maybe you have a miss css somewhere.

    edit:
    Yup, I have found your issue, You have missing the fonts googleapis.com from your head:

    Add this to your privacy page: link rel=”stylesheet” type=”text/css” href=”//fonts.googleapis.com/css?family=Oswald” />

    put < before link, I cannot add the total code :(

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