Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4397
    Jasmine
    Member

    I would like to change the background color behind my slider, the footer and the color of my website title. How can I go about that? I need help. Thanks!

    #4398
    Jasmine
    Member
    #4407
    Sakin
    Keymaster

    @Jasmine: You can add the following css in your “Custom CSS” box in Theme Options panel.

    /* background color behind slider, Header Background */
    #header { background: none #fff; }
    /* Footer Background */
    #footer { background: none #fff; }
    /* Site Title Color */
    h1#site-title a { color: #666; }
    /* Site Tagline Color */
    h2#site-description { color: #666; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing color’ is closed to new replies.