Home Forums Pro Themes Education Hub Pro How to edit font sizes and line space on footer widget area

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #59083
    Makoto T
    Participant

    Hi,

    I would like to customize font sizes and line spaces on footer widget area. I did separate footer widget area for blog, info and events.

    There are Titles, descriptions, etc. Default font size is a little small and line spaces are also a little tight.

    It is much appreciated if you could advise me how to customize these font sizes (Title, Descriptions) and line space.

    Thank you for your kind support always.

    Regards,
    – Makoto

    #59187
    wensolutions
    Keymaster

    Hello @makoto,

    To customize the title size in the footer widget area use below given CSS .

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .footer-widget-area h3.widget-title {
        font-size: 25px;
    }

    Now to change the font size of the text and line spacing use below given in Additional CSS .

    .footer-widget-area p {
        font-size: 18px;
        line-height: 1.8;
        }

    Adjust the size according to your requirement .

    Hope this helps .

    If you have any issue further, please let us know .

    Best Regards!!

    #59189
    Makoto T
    Participant

    Hi,

    These almost helps us. Thank you for your kind advice.

    I need your one more help. It is how to customize the Event title size which are generated system with link to each event page.

    I did put event list on the footer widget area. There is a list which has each event tite’ with the link and event date. As this your advice, I could edit ‘Event Date’ size, but could not customize ‘Event Title’ size.

    It is much appreciated if you could advise me regarding this problem.

    Again, thank you for your quick and kind support.

    Regards,
    – Makoto

    #59192
    wensolutions
    Keymaster

    Hello @makoto,

    Can you post your site URL so that we could provide the precise fix ?

    Best Regards!!

    #59242
    Makoto T
    Participant

    Hi,

    I have tried to send my reply message with our site’s URL since last night, but I cannot do that. I do not know why I cannot do it. I guess this forum board has some rules, such as declining some specific words, etc.

    Can you please advise me how to let you know our site URL, such as sending mail directly instead of using this forum board, etc?

    I am looking forward to hearing from you very soon.

    Regards,
    – Makoto

    #59244
    Makoto T
    Participant

    Hi,

    I have tried to send my reply message with our site’s URL since last night, but I cannot do that. I do not know why I cannot do it. I guess this forum board has some rules, such as declining some words,URL,etc.

    Then I decide to send this image which has URL and password to log into our test site.
    Our URL

    Hope this will go through…

    I will move it from current test server to LIVE one after completion of this development.

    Again, thank you for your great support.

    I am looking forward to hearing from you soon.

    Regards,
    – Makoto

    #59254
    wensolutions
    Keymaster

    Hello @makoto,

    Thank you for the access and now to increase the font size of the event title in the footer use below given CSS .

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .footer-widget-area .tribe-events-list-widget h4 {
        font-size: 22px;
    }

    Hope this helps .

    Best Regards!!

    have a good day 🙂 .

    #59262
    Makoto T
    Participant

    Hi,

    Thank you for your prompt reply. This works for our site 😉

    Again I really appreciate your kind support always.

    Best wishes,
    – Makoto

    #59264
    wensolutions
    Keymaster

    Hello @makoto,

    Thank you for the appreciations and we are glad that we could help you with your issues .

    Also any further issues are always welcome 🙂 .

    Best Regards!!

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