Hi there,
When I insert CTA code in Wordpress page, the color of the CTA text changes into the Wordpress text color.
How can I fix this?
Hi there,
When I insert CTA code in Wordpress page, the color of the CTA text changes into the Wordpress text color.
How can I fix this?
Can we see a page even if it is a test version? The answer is going to be in the code of your page.
You can check this page: Wealth Management - ACap Advisors & Accountants
Here I have used a CTA at the top(this part is not in WP body text) and the color is as it should be. But when I tried to add the CTA at the bottom of the page (in the WP body text) the text color was changed. See the screenshot.
Perfect that is exactly what you needed to share!
In your redesign.scss doc you have the following statement: .wysiwyg-content strong which is setting the font to a color of #1F1F1F which is making it black. It is also impacting the weight, font-size, and line-height of that text. You can remove that which would impact other pages, or you could put the CTA outside of that div which would default it back to its original state from Hubspot.