• I am wondering how I can make my dropdown category menu larger so customers can read it easier?

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 21 total)
  • Hi @shotzie17

    Login to the dashboard and click on the customize button where you’ll get option from the theme to increase the dropdown field size.

    Alternatively, you can copy and paste the below code in Appearance -> themes -> customize -> additional CSS :

    select#product-categories-640bc4d954857-select {
    width: 300px!important;
    min-width: 300px!important;
    height: 40px !important;
    }

    Please let me know if the issue still persists.

    Thanks,
    Sajith

    Thread Starter shotzie17

    (@shotzie17)

    HI,

    The code did not work to expand the menu.

    Moderator threadi

    (@threadi)

    I don’t see the above code in your page. Did you insert it as described?

    Thread Starter shotzie17

    (@shotzie17)

    How would you know if the code is in there?

    Thread Starter shotzie17

    (@shotzie17)

    unfortunately I am not a web designer. Doing this without help which is hard.

    Moderator threadi

    (@threadi)

    The code, if you inserted it as @sajithv described, should be present in the output of the web page. You don’t need to be a designer to insert it. Just follow the way he described.

    Thread Starter shotzie17

    (@shotzie17)

    still having problems with the dropdown menu

    Moderator threadi

    (@threadi)

    Why? What problems do you have specifically?

    Thread Starter shotzie17

    (@shotzie17)

    I am trying to make the dropdown menu larger and easier to read especially on a mobile phone.

    Moderator threadi

    (@threadi)

    The solution to this has already been written to you above by @sajithv. What is the problem with the implementation?

    Thread Starter shotzie17

    (@shotzie17)

    I guess I just don’t know what I’m doing. Need a web designer. Any ideas?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .wc-block-product-categories.is-dropdown {
        font-size: 120%;
    }

    To add or override CSS: use the “Additional CSS” option in the customizer.  https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress or at [site]/wp-admin/customize.php if you don’t have that menu option.

    Use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Thread Starter shotzie17

    (@shotzie17)

    Steven, are you a web designer?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    No one would accuse me of having design skills. 🙂

    Thread Starter shotzie17

    (@shotzie17)

    Actually I am serious. I need someone I can trust to put this in code in for me. I built the site myself but don’t know coding.

Viewing 15 replies - 1 through 15 (of 21 total)

The topic ‘Dropdown menu’ is closed to new replies.