Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1445452

    How do you make the font size larger in the footer widget menu, without impacting any other text?

    How do you change the font colour in only one footer widget title? For example, only the title of the third column.

    #1445464

    Hey Tanja,

    Thank you for the inquiry.

    1.) You can adjust the style of the Widget Links element in the Enfold > Advanced Styling panel, or use the following css code to manually increase the font size.

    #footer .widget_nav_menu a {
        font-size: 2em;
    }

    2.) Which widget title are you trying to adjust? If you need to adjust the title of the menu widget, use this css code:

    #footer #nav_menu-2 h3.widgettitle {
        color: red;
    }

    Best regards,
    Ismael

    #1445536

    Thank you! The Advanced Styling panel worked perfectly. The column looks off centre, with the first two columns jammed up on the left and the third column far over on the right. What’s an easy solution that looks correct on desktop, tabloid and mobile? Can the second column be nudged to the right a bit only when it’s not displayed full width?

    #1445630

    Hi,

    They are actually the same width, but since the text in the middle column is left justified then it looks like they are not. Maybe you want to center the text in the middle column? If so, then please try this CSS as well:

    #footer #nav_menu-2 {
      text-align: center;
    }

    Best regards,
    Rikard

    #1445672

    Ok thanks.

    #1445897

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1445943

    You can close it.

    #1446025

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do you make the font size larger in the footer widget menu?’ is closed to new replies.