Forums

Font color question (5 posts)

  1. comrav
    Member
    Posted 3 years ago #

    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. http://www.vermontgreenoffices.com Please help!

  2. comrav
    Member
    Posted 3 years ago #

    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;}
    }

  3. comrav
    Member
    Posted 3 years ago #

    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!

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 3 years ago #

    install the firebug addon to firefox browser....will allow you to point at parts of the page and hunt down the css

  5. AntonShevchuk
    Member
    Posted 3 years ago #

    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)

Topic Closed

This topic has been closed to new replies.

About this Topic