Site logo

[Resolved] Problem with drop down list

Home Forums Support [Resolved] Problem with drop down list

Home Forums Support Problem with drop down list

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1777018
    Ivan

    Hi, I have a small problem with the GP theme. I have a premium, and I can’t find where to configure font size or position of text for drop-down lists in Woocommerce when I have a product with variations. Text is half visible.
    You can check here: https://adpgroup.hr/proizvod/ix-ox-krizic-kruzic/
    Here is the image too:
    problem with drop down list text positioning

    #1777329
    David
    Staff
    Customer Support

    Hi there,

    the ‘mini orange login’ plugin is adding this CSS:

    select {
    	-webkit-appearance: menulist-button;
    	height: 35px;
    }

    Which is causing the issue… plugins shouldn’t add styles without their own specific classes.
    To get round add this CSS:

    body select {
        height: initial;
    }

    It will stop Select boxes from being affected by that CSS.

    #1777751
    Ivan

    That’s it!
    Thank you very much!

    Best regards
    Ivan Kosak

    #1777755
    David
    Staff
    Customer Support

    You’re welcome

    #2094927
    Ivan

    Hello,
    I know you gave me the solution to this problem. But I now have the same problem (half visible font on drop-down menu) but with another website with the same theme and the same mini orange plugin. I forgot how I fixed this before. 🙁
    I’m looking but I can’t find where should I put this extra code. Can you help, please? What plugin and what file should I edit? Or is it on your theme?

    #2095163
    Elvin
    Staff
    Customer Support

    Hi Ivan,

    You can add it through Appearance > Customize > Additional CSS.

    Or see our other recommendations on adding CSS here – https://docs.generatepress.com/article/adding-css/

    #2095250
    Ivan

    Thank you Elvin! You saved me!

    #2095281
    Elvin
    Staff
    Customer Support

    No problem. Let us know if you need further help. 😀

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