Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1266467

    Hi, I found some CSS code to help change the font size and weight of the secondary menu but I also need to change the color to red and give it more padding in the top.
    This is the code I have so far
    .sub_menu a {
    font-size: 16px;

    font-weight: 700 !important;}

    Can you please give me the correct CSS to include the color and padding at top. Thanks

    #1266712

    Hey mycubaguide,

    Please provide a link to the site/page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #1267700

    http://cargoclone2.flywheelsites.com/
    Username & Password the same: cargosystems

    In the top header.

    #1268001

    Hi,

    Thanks for that. Please try this CSS instead:

    .sub_menu a {
        font-size: 16px;
        font-weight: 700 !important;
        color: red !important;
    }
    
    #header_meta nav.sub_menu {
        margin-top: 5px;
    }

    Best regards,
    Rikard

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