TOPIC: How to add bgcolor/image to card/cards view?
How to add bgcolor/image to card/cards view?
11 months 2 days ago #4483
Jrousseau1
Offline
Fresh Boarder
Posts: 1
Karma: 0
My joomla site has a background and the card/cards view shows the image under the views making it look like crap. I can't find how to add a white background to the views.
The administrator has disabled public write access.
How to add bgcolor/image to card/cards view?
11 months 1 day ago #4484
hungtran
Offline
Moderator
Posts: 1637
Thank you received: 245
Karma: 27
Hi,
CM Gift Card's output is wrapped by "cmgiftcard" CSS class, so you can add a custom CSS style to your template's CSS to add background color for this class. For example
.cmgiftcard {
background-color: white;
}
Regards,
Hung
The administrator has disabled public write access.