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.
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
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?
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
Ok thanks.
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
You can close it.
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard