New Landing How can we help? Themeforest Theme Support Pinpoint Change Font Weight of Dropdown Menu Links

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #15768
    sunshine
    Member
    Post count: 39

    Hi, I’ve tried to change the font-weight to regular for the drop down navigation in both custom CSS and the main style sheet but it doesn’t make a difference. Any suggestions? Thanks..


    nav .menu ul li {
    width: 100%;
    position: relative;
    display: block;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid transparent;
    float: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
    height: auto;
    z-index: 42;
    }

    #15964
    Cosmin – SUPPORT
    Member
    Post count: 3851

    If you use custom CSS, you need to use !important when overriding existing CSS.

    Example: font-weight: normal !important;

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #16054
    sunshine
    Member
    Post count: 39

    Hi, so I’ve put this code into the Custom CSS box but it still doesn’t change the font weight.

    nav .menu ul li {
    font-weight: normal!important;
    }

    If I make changes to other options like font size and margins etc, the changes take affect – font-weight seems to be the only one that doesn’t change – is it possible that it is tied to some other code elsewhere?

    #16272
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hmm, maybe

    nav .menu ul li a {
    font-weight: normal !important;
    }

    Can I see your site please?

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #16541
    sunshine
    Member
    Post count: 39

    Thanks, that works!

    #17027
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register