hi!
At the bottom of my site I have 2 columns widget are at the footer.
On left side the menu is displayed, on right side a text element with contact information.
I want the text of the left side to have the same formatting (size…) like the text element on the right side.
How can I set this?
Hey akapoun,
Add this to quick css:
#footer #menu-main-menu a{
font-size:18px!important;
}
Best regards,
Jordan Shannon