Home Forums Basel support forum Footer size font

Footer size font

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #177732

    Waldo
    Participant

    Hello,
    I need to set a font size for all colomns in the same size. I know it is widget area but I have no idea how to set it for all texts in footer.

    As orientation I need to have a size the same as in the first colomn with phone numbers.

    Waldemar

    Attachments:
    You must be logged in to view attached files.
    #177739

    Hello,

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/basel/advanced-typography-settings-2/

    Best Regards

    #178104

    Waldo
    Participant

    Hello,
    you might indicate more concrete how to change it??

    #178133

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .footer-container.color-scheme-light a{
       font-size:12px;
    }
    .footer-container.color-scheme-light ul li {
        font-size:12px;
    }

    Best Regards

    #180054

    Waldo
    Participant

    Can be closed. The issue is closed.

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

The topic ‘Footer size font’ is closed to new replies.