Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#2421 white on white

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by bqq on Monday, 14 November 2016 14:42 UTC

bqq
 Hi Sven,

Getting a white on white result in checkout. I probably set this somewhere
but don't see where...or maybe CSS?

Thanks...

sbluege
First of all: Please update to Joomla 3.6.4 now! There is a huge security issue with older versions.

To answer your question: yes, this is causes by CSS. Please see the attached screenshot.

bqq
OK....I'll upgrade....will get back to you. thx

bqq
Hi Sven,

Thanks Sven. Busy with elections yesterday but now back to my question...in looking to change the white on white problem...

New to Joomla, so can you tell me where i can get into the td settings in the screen shot you sent over? I've looked around, but just don't see it...

I've enclosed a couple of screen shots where I see EG mod and under Gantry as well..

cheers,
BenQQ

sbluege
you can add this custom CSS snippet to the custom css file of your template

input, select {
    color: black;
}

.table-hover tbody tr:hover > td {
    background: none;
}


In case this causes issues with other parts of your site you need to make this css a bit more specific so it applies only to some sites.

bqq
Thanks Sven,

Problem is I don’t see a css file upon

com_eventgallery —> cart
under templates: customize (G5 Hydrogen)

Joomla tutorials show a css file when
customizing css but I don't see where
that file is?

cheers...

sbluege
It is actually a good question for your template provider.

Usually they have some "custom.css" files or allow entering some custom CSS in the templates configuration. Does this link helps?
http://docs.gantry.org/gantry4/tutorials/adding-a-custom-stylesheet

Please never change a file which is provides by Event Gallery. You'll lose your changes with every update.

bqq

bqq
Yes, it was a Gantry Hydrogen 5 template issue. Fixed.....Cheers!