Text in Contact and info box

My issue is similar to this one posted before in this forum:

However, the suggested CSS doesn't work for me. I also set the color of text for forms to black but it is still white.
What can I do to change the color of text to black?

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 September 2018
    XXx
    On this page I have the problem with the info box and contact box

    On this page I have another problem:
    XXX
    I would like to hide the numbers of the FAQ
  • Hi,
    Please paste this Custom CSS code into Theme Options > Custom CSS & JS > CSS

    .get_in_touch li a , .get_in_touch li span , .infobox li{
    color:black !important;
    }

    .faq .title span {
    width:0px !important;
    height:0px !important;
    display:none !important;
    }
    Thanks
  • Thank you but it did not work.
    As a newbe in "programming" I have to ask: You mean I should copy 
    ".get_in_touch li a , .get_in_touch li span , .infobox li{ color:black !important; }"
    in the "Custom | Classes" field, right? Without deleting spaces or anything?

    I did and it did not change the color.
  • And the FAQ problem was not solved like this as well. 

    Do I have to copy it in a different way? (I just selected what you wrote and copied into the CSS box of the FAQ item.
  • AH sorry now I saw where I should copy it. Thank you very much!
  • I'm glad you solved it.
    Is there anything else I can help you with is?
    Thanks.
  • No this issue is solved, Thank you
Sign In or Register to comment.