Hi there.
today i just noticed this. I dont know if i missclicked in some color option, but i dont know how to solve it now.
This is how it appears: http://imgur.com/a/i5Nyw
As you can see, nothing is shown. But i can click in that “transparent place”.
And if i drag the cursor over it, this shows: http://imgur.com/a/MDkhK
So, the email adress is there, but is just transparent. I have tried a lot of things in the “theme colors” options, but nothing change that :/
Thanks in advance 🙂
the web is http://www.destinodeviaje.es
If you want more access, just ask for it and i will provide it
Thanks in advance
Hello,
Please use this custom css as a quick fix for the footer issue:
.footer-text-wrap .footer-email-wrap a{
color:#4db2ec!important;
}
You do have a custom css code in your theme panel that adds this transparency. Maybe you added it for something different but it’s affecting the footer as well. Please check your custom code and check for any transparent color in there.
Thank you!
Thanks.
With that code, the problem is “solved”. But i would like to know what caused this, honestly.
Here you have the only CSS code i had: http://imgur.com/a/F7UuP
Nothing is about “transparency”, as you can see.
Looking into the Style.css, it seems everything is ok: http://imgur.com/a/nPsq9
I still dunno what happened :/ I have searched for “transparent” but everything seems irrelevant so far
Hi,
Well if you did not add the code, maybe a plugin did. Please try to remove the code I provided and simply disable all plugins except visual composer,clear cache and reset cdn files if you use it. Then check the email address again and see if it’s still transparent. Here is the reason why I said it was something you or a plugin added. All the css that comes from the theme will have style.css shown in the right of the code like so (using the chorme browser inspector): http://screencast.com/t/wn3GWX7vD That is a clear sign that the css comes from the theme. Now, other css rules that do not come from the theme, will not have the source as the theme;s style.css like the transparency rule that you have on your site. It is still there but it’s been re-writen by my code as you can see here: http://screencast.com/t/LLiFJ4kS
Thank you!