Triton Lite Theme

  • Unknown's avatar

    Hello,

    I am requesting a little bit of help with CSS for the Triton Lite theme for http://www.whereissheexploring.com

    1. I would like to change the color of the site title + page titles.
    2. I am trying to change the color of the footer widget text. I was able to do so for the middle row.
    3. I am trying to remove the black lines from the menu.

    Best,
    Christina

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, give the following a try. I’ve used bright reds and greens for demonstration purposes, so edit the colors as you desire.

    1. Site title color

    #logo h1 a {
        color: #CC0000;
    }
    
    #posts .postitle, #posts .postitle a {
    color: #00BB00;
    }

    2. Bottom row of widgets in footer area

    .site-footer, .site-footer .widget ul li a, .site-footer .widget a {
    color: #CC0000;
    }

    3. It appear like you have this one solved.

  • The topic ‘Triton Lite Theme’ is closed to new replies.