• comrav

    (@comrav)


    Ordinarily a simple subject… I’ve discovered how to change font colors in the Colors tab under Customize. However, I can’t seem to find the CSS or figure how to change individual font zones individually. For example, I need my content H2 one color, my hentry H2 another color and my rollover links yet another color. https://www.vermontgreenoffices.com Please help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    antonshevchuk

    (@antonshevchuk)

    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)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font color question’ is closed to new replies.