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!

#2605 Cart background color problem

Posted in ‘Event Gallery - General’
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 dvinasco on Wednesday, 22 March 2017 16:30 UTC

dvinasco
 Hi

since last update, the cart background color became white, my webpage font is almost white, here is a sample.

http://www.tomatelafoto.com/sitio/index.php/eventos/event/connor
password davis


if there is a way you can help me, I will aprecieate

best regards
 Daniel Vinasco

sbluege
Hi,

try to add this to your templates CSS file:

.imagetypeselection {
	color: black;
}

.eventgallery-change-page .payment-head,
.eventgallery-change-page .shipping-head {
	background-color: #333;
}

.eventgallery-change-page .payment-body,
.eventgallery-change-page .shipping-body {
	border-color: #333
}


This will fix the lightbox content and the shipping/payment-page for your template.

dvinasco
worked pretty well, thanks
2017-03-17 1:07 GMT-05:00 Sven Bluege <sbluege@gmail.com>:

 Daniel Vinasco