Change the color from the contact box

Hello

I added a contact box to a page and changed the background to white.
Now i have the problem, that i am not able to chage to colot to black ( Adress, email and phone ).
Now i have white color on white background.
Can you give me a CSS that i can paste bellow to change the text color from white to black?

Thank you

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks 
  • edited October 2017
    Hello

    Thank you. Here is the link: 
    As you see the Font in the Contact Box is white. so its almost impossible to read.. I would like to se the color to black.

    Thanks
  • You can use this css
    .style-simple .get_in_touch, .style-simple .get_in_touch a,.style-simple .get_in_touch h3,.style-simple .get_in_touch ul,.style-simple .infobox,.style-simple .infobox a,.style-simple .infobox h3,.style-simple .infobox ul {
    color: red !important;
    }
  • Worked perfect! Thank you
Sign In or Register to comment.