Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #796590

    hello
    how to change the font size of the footer? i want a just a fraction smaller…

    ps: ive tried this:
    #top #wrap_all #footer .flex_column p{
    font-size: 12px !important;
    }
    but when i check, it seems only the fourth (4e) column has changed the font, not the others….!

    • This topic was modified 7 years, 6 months ago by yampieters.
    #796796

    Hey jelle,

    Try replacing that code with this one:

    
    #top #wrap_all #footer .flex_column p, 
    #top #wrap_all #footer .flex_column div, 
    #top #wrap_all #footer .flex_column li, 
    #top #wrap_all #footer .flex_column td {
        font-size: 12px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #796949

    hello nikko, thanks

    this works, but ive noticed that ALSO the pictures came out smaller!
    is there a way to avoid this?

    #796978

    Hi,

    The CSS Nikko sent doesn’t target images and I’m not sure what it looked like before, could you post a screenshot of how you would like to change them maybe?

    Best regards,
    Rikard

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