Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1160638

    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?

    #1160644

    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!

    #1160949

    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

    #1160995

    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!

    #1161548

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.