Support » Theme: Formation » Changing Colors

  • ruffstuff

    (@ruffstuff)


    Great theme, but the editable colors are limited. Where are the background colors really stored? Im trying to move it from white to a darker color.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Balint Toth

    (@tothbalint)

    Hello!

    I specialize in these kind of modifications. This can be easily done with some simple css code. Could you please share a link to your site so I could take a look?

    Thanks!

    [signature removed per forum etiquette]

    Theme Author Template Express

    (@danstriker)

    Hello, you can change the following style in the style.css file to change the white background:

    #wrap {
    background-color: #FFF;
    }
    Wanda Avila

    (@wanda-avila)

    How can I change the size of the font and the color of some sections of text in a post? The template I am using is Twenty Fourteen, if that makes a difference.

    See the Category “Brief Encounter” at http://www.artfilmrefections.com

    Thread Starter ruffstuff

    (@ruffstuff)

    Thanks Ossie,
    One more, I can’t seem to find the color of the blog title background. Now that I’ve gone dark, I want to change the blog title text color and the blog title background color.

    Thread Starter ruffstuff

    (@ruffstuff)

    And Ossie, How can I change the rotation animation of the feature text areas?

    Theme Author Template Express

    (@danstriker)

    blog title:

    .entry-title {
    color: #222;
    background-color: #EFEFEF;
    }

    rotation animation:

    .featuretext img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Colors’ is closed to new replies.