New Landing How can we help? Themeforest Theme Support Neighborhood Header Menu drop down button

Viewing 14 posts - 1 through 14 (of 14 total)
  • #292022
    sittingprettyclothing
    Member
    Post count: 123

    Hi.

    I recently purchased a currency switcher and in need of some help styling it in my header menu.
    1. I would like the button colour to not be visible. Just the text with the arrow next to it. (Like the rest of the menu headings)
    2. The drop down button seem stop not be spaced enough because the arrow is on top of the text. I would like to have it next to the currency.
    3.The drop down currencies’s spacing seems to be quite a lot, can I have the text closer together like the shop’s drop down?
    4.Can they also be in bold like the rest of the menu headings

    #292110
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .dd-pointer {
        right: -5px !important;
        margin-top: -6px !important;
    }
    .dd-select {
        background: transparent !important;
        top: 21px !important;
    }
    .dd-options li{
    margin:0px !important;
    display:block !important;
    }

    Thanks
    Mohammad

    #292112
    sittingprettyclothing
    Member
    Post count: 123

    Hi Mohammad

    No change to the menu.
    Pasted it to my general options, custom css.

    #292115
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    First remove this code from custom css :-

    // Change number or products per row to 3
    add_filter('loop_shop_columns', 'loop_columns');
    if (!function_exists('loop_columns')) {
    function loop_columns() {
    return 3; // 3 products per row
    }

    And remove the one . dot before this code:-

    ..dd-pointer {
       right: -5px !important;
       margin-top: -6px !important;
    }
    ..dd-select {
       background: transparent !important;
       top: 21px !important;
    }
    ..dd-options li{
    margin:0px !important;
    display:block !important;
    }

    Thanks
    Mohammad

    #292120
    sittingprettyclothing
    Member
    Post count: 123

    Hi Mohammad

    Ok it looks different, but not exactly right. There is still a block around it and the whole thing seemed to have moved down now.I would like there to be no block at all, just the text with the arrow next to it.
    The spacing between the currencies is also still too far apart, can we please fix that? If you hover over the shop drop down, you’ll see the spacing I’m looking for. We’re still going to add more currencies so the list will become far too long if that is the spacing.

    Thanks.

    #292123
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just use this custom css code:-

    .dd-select {
        border: none !important;
    }

    Thanks
    Mohammad

    #292138
    sittingprettyclothing
    Member
    Post count: 123

    Hi,

    Ok i fixed the text that moved down by removing the ‘top: 21px !important;’ part. Thanks for the help.

    Still have the spacing problem. How can i make the spacing smaller in-between the currencies? The drop down is still too long and far apart.
    can you give me coding to make the text bold as well, like the header menu.

    Thanks so much, this helped a lot.

    Cathy

    #292144
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just attach a marked screenshot to indicate the issue.
    Thanks
    Mohammad

    #292378
    sittingprettyclothing
    Member
    Post count: 123

    Hi
    Find attached

    Kind Regards
    Cathy

    Attachments:
    You must be logged in to view attached files.
    #292406
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css:-

    .woocommerce-currency-switcher-form a.dd-option {
        padding: 0px 10px !important;
    }

    Thanks
    Mohammad

    #292415
    sittingprettyclothing
    Member
    Post count: 123

    Ahh great! Thanks Mohammad.

    I would like to make it bold too please?

    Kind Regards
    Cathy

    #292444
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .dd-selected-text{
    font-weight:bold !important;
    }

    Thanks
    Mohammad

    #292524
    sittingprettyclothing
    Member
    Post count: 123

    Thanks a lot Mohammad. Appreciate the help ๐Ÿ™‚

    #292530
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad ๐Ÿ™‚ to help you.
    Thanks
    Mohammad

Viewing 14 posts - 1 through 14 (of 14 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