• I am trying to figure out how to change the color of text on a portion of this page: http://mslilliesbeautysalon.com

    At the bottom, under the form. I need to change the words, Phone Number, Email, Work Time, & Where We Are. The text is a gray color and I want to change it to white.

    I have used the inspector for FireFox and I have went into the editor and have tried to changes several elements of the style.css file to make that text white and nothing is working.

    Can someone help me figure this out? Is there a better tool that can help figure out where the source is on a page and where to change the source?

Viewing 4 replies - 1 through 4 (of 4 total)
  • To change the words, you will need to make a child theme and copy home-contact.php to the child theme. Edit lines 73, 81, 89 & 97 to suit.

    To change the font colour, try this in the Theme General Options, Custom CSS field.

    .enigma_contact_info li .desc {color:#ffffff}

    Sorry, the theme front page wouldn’t work for me, so both suggestions not tested.

    You shouldn’t edit style.css because any changes will be overwritten by theme updates, use the Custom CSS field.

    You may get better answers at the theme support forum:
    https://wordpress.org/support/theme/enigma-parallax

    Thread Starter jbento

    (@jbento)

    Thank you so much!

    Yes that worked like a charm!

    Here was the last part of my question:

    Is there a better tool that can help figure out where the source is on a page and where to change the source?

    Do you know of a tool that can be used to help figure out the source of code on a wordpress page?

    Sorry, no. It takes time to get to know php & WordPress.

    In Chrome, open the page and then F12. Go to elements and use the box with the arrow in it at the top.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Find the source of a wordpress page’ is closed to new replies.