- Posts: 2
- Thank you received: 0
Change font size in list box in CPsearch module
- Robert
- Topic Author
- Offline
- New Member
Less
More
12 years 2 months ago #974
by Robert
Change font size in list box in CPsearch module was created by Robert
hello, is there any way for me to change the font size in the cpsearch module in the dropdown menu´s ("list box")?
Please Log in or Create an account to join the conversation.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
12 years 2 months ago #975
by andrea_4g
Replied by andrea_4g on topic Re: Change font size in list box in CPsearch module
Yes indeed.
Please edit file modules/mod_cpsearch/css/cpsearch.css
Add a statement as the following one:
Please edit file modules/mod_cpsearch/css/cpsearch.css
Add a statement as the following one:
Code:
div.cpsearch select.inputbox{
font-size: 120%; /* or whatever you see fit */
}
Please Log in or Create an account to join the conversation.
- Robert
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 2 months ago #978
by Robert
Replied by Robert on topic Re: Change font size in list box in CPsearch module
Great! thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.158 seconds