• In the customizing section, you can change the background color, but that is all. Can you change the text color and header/footer/spacer colors as well? Thanks in advance for any time dedicated to this question!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I love the Awaken theme. Thanks for creating it.

    jayteapee, check out the Stylesheet (style.css)

    You can find most, if not all, of the colors for those spaces. I wanted my Main Navigation menu to be blue, not coral, so I found this part of the CSS stylesheet and changed them.

    Look for this:

    ————-

    .main-navigation {
    background: #232323;
    font-family: “Ubuntu”, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    }
    .main-navigation a {
    color: #cacaca;
    line-height: 20px;
    padding: 15px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
    .main-navigation a:hover {
    background: #000099;
    color: #f1f1f1;
    }
    .main-navigation ul ul {
    background-color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
    padding: 10px;
    }
    .main-navigation ul ul a {
    color: #cccccc;
    line-height: 20px;
    padding: 10px 15px;
    }
    .main-navigation ul ul a:hover {
    background: #222222;
    }
    .main-navigation li.current-menu-item {
    background-color: #000033;
    }
    .main-navigation li.current-menu-item a {
    color: #fff;
    }
    .main-navigation .menu-item-has-children > a:after,
    .main-navigation .page_item_has_children > a:after {
    color: #CACACA;
    content: “\f054”;
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 10px;
    margin: 1px 0 0 10px;

    Personally love the theme. Just want to get rid of the read headlines and everything else in red.

    On the home page I just uploaded my logo so that took care of that and on the main side bar for widgets I just didn’t use any headlines.

    However, for pages in the main menuy such as “what’s this blog about” I really would like to get rid of the colour read.

    How so I do that? Can’t quite figure out from above where I get rid of the red on headings. The red that is on the site title must be in the same place.

    Would be great if you could show me how to do it.

    I created my child theme and changed a lot by style.css , however I did not find where I can change the widget’s text font of the text , AZ_Angela know ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color changes possible?’ is closed to new replies.