• Resolved Dafed

    (@dafed)


    How can i change the service header and text color? my background image doesnt go well with the grey original text i want to change it to white but cant seem to find how to anywhere.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • With a child theme add this to your stylesheet:

    .enigma_service_detail h3 a {
    	color: #fff;
    }
    
    .enigma_service_area p {
    	color:#fff;
    }

    Thanks,
    Jaakko

    Thread Starter Dafed

    (@dafed)

    Thanks Jaakko! ??

    Hi there I am new to the enigma theme. my website is: https://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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Service Header & Text’ is closed to new replies.