Hi
I recently needed to remove the bold on some lists, which had the unintended consequence of making the drop-down menu fonts lighter.
I tried this to no avail:
.page-id-3 ul li {
font-weight: lighter !important;
}
.page-id-3 ol li {
font-weight: lighter !important;
}
What would fix this so I only lighten the lists on page ID 3, but will not affect the drop down menu font weight?
Sorry guys – it seems that the drop-down font weight is now only affected on the page with ID 3 – can you help me to resolve that? On the rest of the pages it’s fine!
Hi jonesthelight,
I am getting the 404 on that page. Did you remove it?
Yes, that code affects only one page.
You can try it like this:
.page-id-3 #main ul li {
font-weight: lighter !important;
}
.page-id-3 #main ol li {
font-weight: lighter !important;
}
Best regards,
Victoria
Thank you Victoria – that worked a treat.
Sorry – I made the site live and activated a secure cert so things were pointing in a new direction by the time you got there. It was only a little problem!