Thread Starter
comrav
(@comrav)
I’ve found the .hentry H2 title tag in the CSS and I can change font style to small caps, etc. but I still can’t change the color. Here’s the code I’ve entered…
.hentry .title h2 {
margin:0;
font-weight:700 !important;
font-size:1.8em;
font-variant:small-caps !important;
a:link {color: #ff9900; text-decoration:none; !important;}
a:visited {color: #ff9900; text-decoration: underline; font-style: italic; !important;}
a:hover {text-decoration: underline;}
}
Thread Starter
comrav
(@comrav)
If you visit my site, you’ll probably notice I’ve found some decent workarounds. However, I’d still like to know more about how the changes made in the Customize>Colors tab can be edited directly in the CSS. Thanks!
install the firebug addon to firefox browser….will allow you to point at parts of the page and hunt down the css
Hi comrav,
Don’t change directly CSS file /constructor/style.css or /constructor/css.php
Change file /constructor/themes/YOU_THEME/style.css over FTP access or over Customize -> CSS tab (it’s similar)
You should be use “!important” (for some browsers)