What made you say it is not working?
Thread Starter
Jessy
(@asdasdk)
I have these in my CSS, they are not active. colors, fonts, etc…
tbody tr:nth-child(even) td, tbody tr.even td { background: #45474a; }
a { color: #3399CC; font-size: 11px; }
#gallery-1 img { border: 7px solid #FFFFFF !important; }
body {font-size: 12px; }
Were you making changes to your core files? If so, then it is the biggest mistake you have made and as your site is still working, I suggest start working with the child theme and the document about it is here:
http://codex.ww.wp.xz.cn/Child_Themes
There is also a plugin to make child themes with just one-click:
http://ww.wp.xz.cn/extend/plugins/one-click-child-theme/
When the child theme is created, all you need is the styles you have created nothing else and you don’t even need to copy anything from the main style.css file. This is very useful because de-bugging the code becomes very easy.
Good luck.
Thread Starter
Jessy
(@asdasdk)
Thanks I’ll learn about child themes, once I fixed the issue..
Why I can’t see the CSS changes..?? Any idea?
Pleaseee
Thread Starter
Jessy
(@asdasdk)
The gallery borders, colors, fonts are not working.. :((
Try asking on the theme vendor’s site: http://graphpaperpress.com/support/
Commercial themes are not supported here.
Thread Starter
Jessy
(@asdasdk)
Oh, got it.. Thanks a lot. They don’t help either. They want me to pay.. grr.. what a support.
Oh, bummer — that seems rather shady that if you paid for the theme, you still have to pay more for support? Unfortunately, it’s really quite impossible for people here to help with commercial themes as they are not freely available for testing / use.
OK let us start with the basic. Try this code to get something working:
body.page-template-default {
font-size: 20px;
}
.gallery dt.gallery-icon img {
border: 7px yellow solid !important;
}
Obvious;ly you need to change where necessary like 20px to 12px and yellow to any color of your liking.
Test it and post back to let us know the code worked or not.