[wp-trac] [WordPress Trac] #39154: Twenty Seventeen alters Google Maps branding which is against Google T&C's
WordPress Trac
noreply at wordpress.org
Wed Dec 7 17:48:57 UTC 2016
#39154: Twenty Seventeen alters Google Maps branding which is against Google T&C's
----------------------------+-----------------------------
Reporter: stiofansisland | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 4.7
Severity: normal | Keywords:
Focuses: ui |
----------------------------+-----------------------------
Twenty Seventeen theme alters the Google logo when a Google map is added
to any page/post, this is against Google T&C's and should be fixed.
The problem is with this CSS rule
{{{
.entry-content a img, .widget a img {
-webkit-box-shadow: 0 0 0 8px #fff;
box-shadow: 0 0 0 8px #fff;
}
}}}
This could be fixed by adding this rule below that rule to:
{{{
.entry-content .gm-style a img, .widget .gm-style a img {
-webkit-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
}
}}}
Thanks,
Stiofan[[Image(https://wpgeodirectory.com/wp-
content/uploads/2016/12/gm-2017-bug.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39154>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list