Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1049751

    Hi Enfold-Team,

    I’ve got a new problem.

    If I use the “advanced styling options“ especially the menu-font-options,
    I’ve got not the correct font in the frontend. Take a look on the screenshots.
    First you see my settings in the backend and in the second you see the
    result in the frontend. There is no “Courier New“, but this font is a „websafe
    font“! So, why the font doesn’t show up?

    Thank you for your help!

    Best regards
    Carsten

    #1049905

    Hey Carsten,

    Thanks for the screenshots, where can we see the actual problem?

    Best regards,
    Rikard

    #1050008

    Hey Rikard,

    first – happy new year!

    Second – as I has written – the font “Courier new“ doesn’t show up at the
    frontend (frontend-ss). I’m not 100% sure, but it could be the “Helvetica“ font which
    are displayed. And I need the “Courier new” font, as I setted in the “advanced
    stylings options” (menu_font-ss) in the backend, as you can see on the screenshot.

    So, how does it have to be done that the “courier-font” works? Thx for your help!

    Best regards
    Carsten

    #1050257

    Hi Carsten,

    Thanks for the feedback and happy new year to you too :-)

    We need to be able to inspect the elements in question to be able to help you out, could you post a link to where we can see them please?

    Best regards,
    Rikard

    #1050368

    Good evening Rikard,

    first – thx for your wishes…very kind! :-)

    Second – ok, here is my new customer-site, where I’ve got this problem.
    As you can see the complete navi-menus are not in “courier new“. I
    think it’s the Helvetica-font, but I want/need the “courier new – font“ as
    you can see in the content-text! The content-text was easy to set,
    namely in the general stylings under “fonts”. And I thought with the ad-
    vanced stylings would it be same for the menus, but it isn’t. ;-/ So,
    where is the mistake?

    Best regards
    Carsten

    #1051162

    Hi,

    The page is password protected. Please post the info in the private field.
    Did you happen to enable the Performance > File Compression settings? Please disable it temporarily.

    Best regards,
    Ismael

    #1051484

    Hi Ismael,

    sorry, I’ve forgotten the password! Now it is in the private field. :)
    And I disabled, as wished, the File Compression.

    Best regards
    Carsten

    #1051950

    Hi Carsten,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1052071

    Hi Victoria,

    ok, here are the admin access for you. Hope you’ll
    find the problem!

    Best regards
    Carsten

    #1052718

    Hi,

    Thanks for the update.

    I think it’s not working because of the font weight, so I added this code on the Quick CSS field temporarily.

    #top #header .av-main-nav > li > a {
        font-size: 15px;
        font-family: 'Courier New', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
        letter-spacing: 0.11em;
        font-weight: normal;
    }

    Best regards,
    Ismael

    #1052844

    Hi Ismael,

    thx for your answer! Great, now it’s working!

    But why does the font weight is not working correctly in the
    advanced stylings? The “courier new” font is after all a „websafe
    font“, isn’t it? Is it maybe a deeper mistake in this enfold-area?
    Or what do you think?

    Sorry, but I need a further font-instruction. I also want to change
    the small menu over the main menu. There is certainly another css-
    code-snippet, isn’t it? :-)

    And by the way – is there a possibillity to change also the lines-sytling
    between the main-menu-points (words)? I would like to change them into
    „/“ and make them a little bit thicker.

    I’m looking forward to your new answer!

    Best regards
    Carsten

    #1053481

    Hi,

    Thanks for the update.

    I’m still not sure why it’s doing that. You can use this css code to adjust the menu items above the main menu.

    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.11em;
        font-weight: normal;
    }

    For the border, use this:

    #top #header .av-main-nav > li > a:after {
        content: '/';
        padding-left: 13px;
        border: 0;
    }
    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
    border: 0;
    }

    Best regards,
    Ismael

    #1053947

    Hi Ismael,

    thx for your new answer! Every snippet works fine, great!

    But please, don’t close the thread, because I couldn’t
    speak with my customer until now.

    Best regards
    Carsten

    #1054209

    Hi Carsten,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.