Hi!
I pasted To Appearance / theme options / custom CSS this code you gave me:
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
http://new.reslink.fi/
No effect. The title “What We Do” is still aliased!
Here is all the stuff that is in my custom CSS:
@media only screen and (max-width: 767px) {
#site-logo {
top: -5px;
}
}
.team-member img {
margin: 0 auto;
border-radius: 0%;
}
.team-member-hover {
visibility: hidden;
}
.team-member .img-wrap {
height: 200px;
}
.gmnoprint img {
max-width: none;
}
.gm-style-iw {
height: 100% !important;
overflow: hidden !important;
width: 100% !important;
max-width: 100% !important;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}