Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1250105

    URLS REMOVED!!!

    #1250272

    Hey whdsolutions,

    Are you running any custom css?

    Best regards,
    Jordan Shannon

    #1250551

    It is also doing it in the footer headers – I can supply you backend access if you like so you can have a look – See Private Content
    There is a fair bit of custom CSS

    #1250873

    Infact, all headers change on inner pages as well as the menu – please can someone help here.

    They should all be 700 in weight

    #1251159

    These are the correct font weights – https://ibb.co/KG0TWVt

    These (all inner pages are wrong) – https://ibb.co/tMgV1cx

    #1251952

    Hi,
    Sorry for the late reply and thanks for the login, the reason the font-weight looks different is because on your homepage the css loading for the Montserrat font is this one
    family=Montserrat:regular,700&subset=latin%2Clatin-ext
    that contains this code for Montserrat-Bold, which is different than Montserrat

    /* latin */
    @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

    this is loaded by the layerslider due to the font choice in the layers which is overriding the default one:
    family=Lato:300,400,700%7CMontserrat
    I added the css above to your WordPress > Customize > Additional CSS field and now your inner pages look like your homepage.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1252194

    That is absolutely amazing – thank you.
    I can implement this now on 4 other sites that have the same issue with montserrat :)

    #1252248

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header links font changes on different pages’ is closed to new replies.