Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1162101

    aya.solutions
    Participant

    Hy there,

    I use a custom font and everything works fine with the @font-face attribute.

    Now I would like to change the font in the ‘Superfly Menu’ (Extentions).

    I already set up this:

    .sfm-menu li>a span {
      text-transform: none  !important;
    }

    …this works also fine – but I can’t do any font changes…

    Any ideas how I can do this?

    Best regards

    #1162153

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1163203

    aya.solutions
    Participant
    This reply has been marked as private.
    #1163335

    Jade
    Moderator

    Hi there,

    Yes, kindly provide us with the admin access to your site so that we could access the pages.

    Thank you.

    #1170052

    aya.solutions
    Participant
    This reply has been marked as private.
    #1170074

    Christian
    Moderator

    Thanks. Let us know.

    #1187858

    aya.solutions
    Participant
    This reply has been marked as private.
    #1188035

    Nabeel A
    Moderator
    This reply has been marked as private.
    #1189124

    aya.solutions
    Participant
    This reply has been marked as private.
    #1189350

    Rad
    Moderator

    Hi there,

    Still not, it’s doing redirect and looping.

    Thanks!

    #1190630

    aya.solutions
    Participant
    This reply has been marked as private.
    #1190666

    Christopher
    Moderator

    Hi there,

    Not sure what you exactly trying to achieve, but to change font family and style please try following code :

    #sfm-sidebar:not(.sfm-iconbar) .sfm-menu li a span {
        font-family: cursive !important;
        font-style: italic;
    }

    Hope it helps.

    #1190747

    aya.solutions
    Participant

    oh good – so embarrassing… yes of course…!

    Thank you so much – maybe I need holidays…

    OK – last troubleshooting:

    I use 2 different custom fonts – and i use them “in one line” (Monotype Corsiva / CorsivaMTStd & Zrnic)
    e.g. I set up the first font for every headlines and use the second font for some letters…

    everything works fine except on small devices and in fire fox / Internet Explorer – how can I fix this?

    If this is not possible I would like to show the “Alex Brush” from Google Fonts

    If I do: font-family:’CorsivaMTStd’,”Alex Brush”;
    nothing really changed…

    May you can help me out again?

    Best regards

    #1190854

    Christian
    Moderator

    Hey there,

    You can only use 1 font for an element. The first font will be used and the rest are just fall backs in case the first font is not available.

    Thanks.