Shape 5

Joomla Templates => Luxon - Club => : tnarules January 06, 2016, 08:25:44 AM



: CSS issue for Dropdown & Calendar
: tnarules January 06, 2016, 08:25:44 AM
I seem to be having a conflict with CSS code that causes the attached issue. Dropdown data is available and can be selected but it seems to have a conflict with this template.

Also in the attachment you can see the calendar is visually hard to read is there any other solutions you can suggest?

I can provide superuser rights if needed.


: Re: CSS issue for Dropdown & Calendar
: mikek January 06, 2016, 03:07:16 PM
Hello,

Please post a url. Also, whatever extension you are using should be providing its own css, and should not calling any css from the template, I can look at it to see if it's an easy fix, but it is most likely something that the extension developer will need to correct.


: Re: CSS issue for Dropdown & Calendar
: mikek January 07, 2016, 07:16:46 AM
Hello,

This extension is not using proper classes on their calendar, they are using a "button" class on the calendar cells. I do not know why.

This css in custom.css will address this:

.calendar .button {
display:table-cell !important;
}

I am not sure what is causing the drop down issue, but you can try this:

select {
color:#000000 !important;
font-size:14pt !important;
}


: Re: CSS issue for Dropdown & Calendar
: tnarules January 07, 2016, 08:36:31 AM
Nice job on the calendar, that looks much better.

For the dropdown If you can think of anything else let me know. I tried one of your other templates (Sports) and it works great with it. So I might just switch templates all together.