-
AuthorPosts
-
September 2, 2020 at 5:25 pm #1242873
Hi,
Some time back you guys supplied the following code:
body#top #text-7 .textwidget a {
font-size: 18px;
font-weight: bold;
color: #ccc;
}This was so that I’d be able to modify the text setting in the 2nd ‘column’ widget in the footer.
I’ve since added 2 more columns to the footer and moved the text from the original column 2 to the column 4 position.
What do adjust, in the above code, so that it effects column 4?
September 3, 2020 at 6:00 am #1242983Hey Stephen,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan ShannonSeptember 3, 2020 at 8:21 pm #1243157Here you go:
September 4, 2020 at 11:40 pm #1243461Hi,
Adjust to this:
body#top #text-9 .textwidget a { font-size: 18px; font-weight: bold; color: #ccc; }Best regards,
Jordan ShannonSeptember 13, 2020 at 12:34 am #1245439September 13, 2020 at 5:23 am #1245458Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonSeptember 21, 2020 at 2:44 am #1247211One more Q on tis topic.
May I ask for the code to enlarge the text in the other 3 columns of the footer widget, both on the desktop site and the mobile site, but setting different point sizes on each platform?
September 21, 2020 at 3:38 am #1247219Hi,
Add this to quick css:
Desktop:
body#top #footer .textwidget a { font-size: 18px!imprtant; font-weight: bold; color: #ccc; }Mobile:
@media only screen and (max-width: 600px) { body#top #footer .textwidget a { font-size: 18px!imprtant; font-weight: bold; color: #ccc; }}Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
