Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #755066

    Hi,

    Since my last update the font size on my website changed, but only in the widgets.
    So all font stayed in the same size, 17, but the text in the widgets in the sidebar en the footer got smaller.

    It only seems to have had an effect on widgets containing links, like a menu widget. The text widget is the only one not effected.
    All the widget titles also remained the same. So it only affects the links in the widgets.
    Can you tell me how to make the font in these widgets 17 again?
    And maybe there is also some code that can help me increase the font inside the mega menu?
    I pasted a link to my website so you can see that the footer has 3 widgets with smaller font and the last one on the right is the right font.

    Thanks, very happy with the theme.

    #755341

    Hey Telecompatible,

    Try adding this to quick css:

    .footer_color a{
     font-size: 17px !important;
    }

    .main_color .sidebar a{
    font-size: 17px !important;
    }

    Let me know if this works.
    Best regards,
    Jordan Shannon

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