With a child theme add this to your stylesheet:
.enigma_service_detail h3 a {
color: #fff;
}
.enigma_service_area p {
color:#fff;
}
Thanks,
Jaakko
Hi there I am new to the enigma theme. my website is: http://www.readright.ca
My question relates also to the service option area. I do not have a child theme. I simply added the following to the Appearance>Custom CSS>
enigma_service_area:hover
.enigma_service_iocn i { color: #000000 !important; }
.enigma_service_iocn {
border: 4px solid #000000 !important;
background-color: #000000 !important;
background-size: 100% 200%;
background-image: linear-gradient(to bottom, #000000 50%, #fff 50%) !important; }
This changed the color of the icons to back and white (which looks great) for all three areas, HOWEVER, it does not change the color of the “text” beside each Icon which I would like black #000000? I’ve tried a number of things but cannot get the correct one? Could you kindly help?
Thanks so much
Hi,
Please add below CSS in custom CSS editor
.enigma_service_detail a {
color: #000 !important;
}
Save the changes.
Thanks.