Hello! i have an issue with td-header-wrap color background
as you can see on homepage https://ibb.co/DLj0nWR is different from single post page https://ibb.co/DLj0nWR
Seems that in homepage there is a sort of opacity filter in all homepage
You can also try to click on menu from mobile and close it and you can that for a while color will change..
Let me know thanks
Hi,
I just checked this, but I didn’t find the difference -> https://i.imgur.com/54MK6co.png
Please provide me some more details.
Thank you!
Okay i send again screen. Let me know
https://ibb.co/fDRhF6q: #42A332
https://ibb.co/0QTVvHp: #5EA142
-
This reply was modified 5 years by
fabioweb90.
I did into another test website but nothing changed as you can see here
http://sviluppo.calcioinpillole.com/
Hi,
What you can try is to use a custom css to force the color for mobile version, for this try this code
body .td-header-wrap {
background-color: #42A332!important;
}
Please set this code in theme panel> mobile theme > custom code> css.
Hope this will help you!
Let me know the results!
Not works. It’s opacity issue for some reason
also other element in homepage like footer has the same issue..
If i remove this DIV from front-page.php
<div class="td-main-content-wrap td-main-page-wrap">
</div>
It works
Seems related to opacity to these 4 posts https://ibb.co/Wy3gGpg
https://ibb.co/JdgHSRQ
maybe apply to entire homepage
Regards
-
This reply was modified 5 years by
fabioweb90.
Okay but i need that code.. and issue is also in official website as i can see
https://www.calcioinpillole.com/
Hi,
Unfortunately, I do not see the difference when I make the inspection on pc with the emulator, therefore I can not see from where is coming the color with opacity https://i.imgur.com/3kuvRfg.png,the difference I can see only on mobile device https://i.imgur.com/owhuaFE.png -> https://i.imgur.com/GPtHyd8.png this is quite strange.
I made a note to one of our designers if has time to check this.
Thank you!