Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 General
 Design issues
 CSS Option drop down??
Author « Topic »  

mrbeanbag
New Member

USA
82 Posts

Pre-sales questions only
(More Details...)

Posted - 02/10/2022 :  08:21:57  
I seem to be able to style everything about the options, but I cannot seem to style the info in the drop-down list.

div.detailoption??

I made the labels bigger and easier to read, and I want to make the items to select from bigger and easier to see, but I just can't seem to css make any changes to that drop down list

Scott

mrbeanbag
New Member

USA
82 Posts

Pre-sales questions only
(More Details...)

Posted - 03/06/2022 :  21:15:58  
To enlarge the text in my drop down options on a product, I found this works,

but is there a simpler way?

#optn0x0.prodoption.detailprodoption {
font-size:20px;
}
#optn0x1.prodoption.detailprodoption {
font-size:20px;
}
#optn0x2.prodoption.detailprodoption {
font-size:20px;
}
#optn0x3.prodoption.detailprodoption {
font-size:20px;
}
#optn0x4.prodoption.detailprodoption {
font-size:20px;
}
#optn0x5.prodoption.detailprodoption {
font-size:20px;
}
#optn0x6.prodoption.detailprodoption {
font-size:20px;
}
#optn0x7.prodoption.detailprodoption {
font-size:20px;

Scott

ITZAP
Ecommerce Template Guru

Australia
1010 Posts

Posted - 03/06/2022 :  22:43:06  
div.option.detailoption select {
width: auto;
font-size: 125%;
max-width: 95%;
}

Scott, edit the font-size: 125% value to whatever you desire.

Gary

mrbeanbag
New Member

USA
82 Posts

Pre-sales questions only
(More Details...)

Posted - 03/10/2022 :  07:04:15  
Thanks Gary,
That worked like a charm. I was having issues with my drop downs falling off screen on iphone and your css fixed that issue to.

Thank you.

Scott
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000