Change color of the text
Is it possible to change the color of the text "Simtec's 25-Year Journey of Excellence in Simulation" to be white? Simtec - Ansys Simulation Software & Services
I have attached a screenshot where the problem appears
Is it possible to change the color of the text "Simtec's 25-Year Journey of Excellence in Simulation" to be white? Simtec - Ansys Simulation Software & Services
I have attached a screenshot where the problem appears
Comments
Hi,
You can use inline CSS to change the color of this link:
Best regards
It is being edited via the wpml editor, see the screenshot, I tried the following but they didn't work. I think it doesn't accept css and html. Is there another way to make the white? thank you
<p style="color: white;">Simtec's 25-Year Journey of Excellence in Simulation</p> and <span style="color: white;">Simtec's 25-Year Journey of Excellence in Simulation</span>
Please open this page with BeBuilder, not WPML translation. Then you should be able to edit this element directly.
Best regards
After I click "edit with be builder" on the screen in the screenshot I attached, a page opens that is loading indefinitely (I have attached a screenshot)
As I can see, you have translations on different domains, and this is the reason why you cannot open translations in BeBuilder (the iframe does not load properly).
Try the following CSS code:
.home .mcb-item-plain_text-inner .desc a{ color: #fff; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
thank you