all fonts in footer smaller

Hello,

I want all fonts in the footer to be smaller.

Both headings, content, everything.

Can this be done with CSS or something else?


Kind Regards,

Steffen

Comments

  • Hi,

    Please, go to Betheme -> Theme options -> Fonts -> Size & Style, and enable the Auto font size, which automatically decreases the fonts for mobile display.

    You can also disable this option and manually set the fonts for desktop, tablet, and mobile.

    Thanks

  • Hello,

    well, I know this options. This is not the solution for my question.

    I will have ALL fonts ONLY IN FOOTER smaller. So I cant change the content-font size.


    Kind Regards,

    Steffen

  • So for that, the custom CSS will be necessary.

    Please, attach a link to your website, so I can prepare the proper CSS for your website.


    Thanks

  • Hello,

    thank you for answering.

    The website: https://pilze-vogtland.de/pilze/


    My fast solution, I use Heading fonts in Footer, but with CSS is the better solution.


    Kind Regrdas,

    Steffen

  • Please, use the following CSS:

    @media only screen and (max-width:767px){
       #Footer p{
          font-size: 15px!important;
       }
       #Footer h3{
          font-size: 20px!important;
       }
    }
    

    Thanks

  • Hello,

    this CSS is working, no qusetion, but IS NOT RESPONSIVE!


    How can I set CSS for Desktop, Tablet and mobile?


    Kind Regards,

    Steffen

  • Use this for tablet:

    @media only screen and (max-width:960px) and (min-width:768px){
       #Footer p{
          font-size: 20px!important;
       }
       #Footer h3{
          font-size: 25px!important;
       }
    }
    

    And this for desktop:

    @media only screen and (min-width:961px){
       #Footer p{
          font-size: 20px!important;
       }
       #Footer h3{
          font-size: 25px!important;
       }
    }
    

    Thanks

  • Hello,

    thank you, I try it.


    Kind Regards,

    Steffen

Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.