[Resolved] Foot Widget Font Size Reduction

Home Forums Support [Resolved] Foot Widget Font Size Reduction

Home Forums Support Foot Widget Font Size Reduction

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

    Hi Tom/Leo,

    re CSS to reduce the font size for footer widgets #1 and #3

    I’m trying at the moment:

    .footer-widget-1 .widget {
    font-size: 10px;
    }

    .footer-widget-3 .widget {
    font-size: 10px;
    }

    Sadly, no luck so far with any font size reduction, any suggestions from your experience appreciated please?

    Thank you.

    Regards,
    Robert

    #408538
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    .footer-widget-1 h1,
    .footer-widget-3 h1 {
        font-size: 30px;
    }
    #408833
    robmac

    Awesome….thanks again!

    #408846
    Leo
    Staff
    Customer Support

    No problem!

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