Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #4317
    chiummog
    Member
    Post count: 5

    Hi,

     

    how/where can I change…

    …the menu font type (to Google font),

    …the submenu font type (to Google font),

    …the submenu font size, and

    the footer copyright font type (to Google font)?

     

    Thanks & Regards,

     

    Gabe

     

     

    #4417
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    For all fonts to be a Google Font, go to Flexform Options/Font Options and set Google Font, then set the Standard Google Font.

    For the submenu font size, you will need to add some custom CSS in General Options:

    .menu li ul li a {
      font-size: 15px !important;
    }

    Adjust 15px to suit your needs.

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #4421
    chiummog
    Member
    Post count: 5

    Hi Cosmin,

     

    thanks for your reply. I have the respective settings in Flexform Options->Font Options, but that doesn’t help me, because I can only set one font for all my requirements. Body font in your theme applies it to all elements except headings. Menu+footer font should be different from regular content font. I there a way to achieve what I try?

    Here’s a link: http://www.happybranding.de/

    Now everything is set to Google font, but content elements should have a different font.

    Best regards,

     

    Gabe

    #4430
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Gabe,

    Unfortunately the theme doesn’t have this option, to set a separate menu for the body and the menu, so it won’t be possible without customizing the theme. Try using @import from Google Fonts in the Custom CSS, then specify the font like this (let’s say you’re pulling in… Quicksand)

    .menu li a {
      font-face: "Quicksand", Helvetica, Arial, sans-serif !important;
    }

    I’ll make a note to Ed, maybe this can make for a new feature 😉

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #4439
    chiummog
    Member
    Post count: 5

    Hi,

     

    thanks, I’ll try it!

    Could you also please give me the class for the footer (copyright)?

     

    Thanks!

     

    Gabe

    #4507
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Gabe,

    For the footer copyright, that would be :

    #copyright {
    ...
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #218292
    aaustin69
    Member
    Post count: 115

    Hi, I know this thread is older but can someone tell me how to change the font size of the footer copyright section? I tried using the class given above with the following code, but no success:

    #copyright{
    font-size: 15px !important;
    }

    Thanks,

    Alan

    #218334
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #copyright p {
        color: #666;
        font-size: 12px !important;
    }

    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register