sitenizde birçok farklı h2 var hangisini değiştirmek istiyorsunuz?
Sitenizdeki bazı başlıklar:






Sitenizdeki bazı başlık css'leri:
figure.effect-renkli h2, figure.effect-renkli h2 a {
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,.8)!important;
}
figure.effect-renkli h2 {
position: absolute;
top: 85%;
left: 0;
width: 90%;
margin: 0 20px;
color: #fff;
-webkit-transition: -webkit-transform .35s,color .35s;
transition: transform .35s,color .35s;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
font-size: 27px;
line-height: 33px;
text-align: left;
transition: .5s ease;
}
h2.mag-widget-6-title {
font-size: 20px;
line-height: 24px;
color: #222;
font-weight: 600;
margin: 0;
clear: both;
padding: 10px 0;
}
h2.mag-widget-3-s-title, h2.mag-widget-3-s-title a {
color: #222;
}
h2.mag-widget-3-s-title {
font-size: 18px;
line-height: 24px;
font-weight: 600;
margin: 0;
padding: 0 0 5px;
}