Tagged: font size, footer widget
Can’t seem to get the Footer Widget Text in all 3 sections of my footer the same size. Realize that in Footer #1 and #2 we only have links and in Footer #3 we have text. But even the links in Footer #1 & #2 are viewing an acting differently. #2 you hoover over it and it underlines it, but in #1 no response for hover feature.
Reviewed multiple posts on this topic and tried editing my general css but to no avail. Please help.
Hey Kimberly,
Which text style do you want all 3 of them to have? The style of column 1, 2, or 3?
Best regards,
Jordan Shannon
Like the style of column 2, but don’t want it in Italics for either 1 or 3.
Hi,
Add the following to quick css:
#menu-resources-footer-menu.menu .menu-item{
font-size:.85em!important;
}
#text-2 .textwidget .textwidget{
font-size:.85em!important;
}
This should match the size to column to excluding the italics.
Best regards,
Jordan Shannon
Just added that to my quick css and no change whatsoever.
Hi,
Did you make sure to hard clear your cache?
Best regards,
Jordan Shannon
That worked, thank you!