Tagged: avia editor, Default editor, Font-color, Text Color
It seems like there may be a conflict with WP edit and Enfold — although it could be something wonky that happened when I changed themes for a client.
My client would like font/text color to have different highlight colors. Here is an example (this is a grab from the editor side of the site): http://www.actoutsidethebox.com/wp-content/uploads/2015/06/ColorPagePDF.pdf
But this is what happens when it is published (scroll down to the headline that reads “SO WHAT IS INCLUDED IN THE GOLDEN CIRCLE MONTHLY MEMBERSHIP?”): http://www.actoutsidethebox.com/golden-circle-membership-join-us/
Something is overriding something. Not sure what. Any suggestions to get the text color working?
On a side note, I tried switching from the Avia editor on this page back to the default editor and, when I did, all the text disappeared. Nothing was left in the text block.
Any thoughts/help would be most appreciated.
Thanks,
Bob
P.S. Your theme is the best. I’ve used it for myself and three clients.
Hi bittenbyazebra!
Our support for third party plugins is limited, but if you could provide us with a temporary admin login we can take a closer look. You can post the details in the Private Content section of your reply.
Cheers!
Rikard
Thanks a bunch!
I think the Enfold stylings are overriding the editor color-coding.
Hi!
Did you manage to solve this issue? right now the pdf looks the same as the actual website – http://screencast.com/t/demyjqhmax
Regards,
Josue
That was my bad. I think I uploaded the wrong pdf. Dumb me — I used to be blond.
Here is what is should look like:
http://www.actoutsidethebox.com/wp-content/uploads/2015/07/Coding.pdf
Sorry about that!
Bob
Hey!
Try adding this code to the Quick CSS:
.main_color strong {
color: inherit;
}
Cheers!
Josue
It seems to work! Thanks so much!