Hi again, I did the changes but some days after, the NSP header changed again,
I want that the NSP header uses Google Fonts (Lato 900)
I have template option>font>other fonts > Google fonts with this url
http://fonts.googleapis.com/css?family=Lato:900'%20rel='stylesheet'%20type='text/css'and sometimes it changes without doing anything to
[url]http://fonts.googleapis.com/css?family=Lato:900\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' rel=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'stylesheet\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' type=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'text/css\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'[/url]
I have this selectors
- Code: Select all
#gk-mainbody article > header h1,
#gk-mainbody article > header h2,
.gk-nsp-header
I can´t change the hover color of the NSP headers too in the extensions.css. I changed the code, but still looks like original colors. This is the code
- Code: Select all
.gk-nsp-header a:hover {
color: #3b6eb0;
I show you my override css, because don't know if you need it.
- Code: Select all
body.category #gk-mainbody h1.page-title {display: none;}
article header h2 {
font-size: 30px;
}
article header {
margin: -0;
}
.itemList article {
margin-bottom: -0;
padding-bottom: 0;
}
.itemAsideInfo + .itemBody {margin-left: 0 !important}
article aside.itemAsideInfo > ul {padding: 0 !important}
h2 {letter-spacing:-1px}
body.archive.category article.post a.btn {display: none;}
My site is
http://www.paternaaldia.comThanks, hope you can understand what I need with this horrible english