A Few Changes to Triton Lite

  • Unknown's avatar

    Hi, I have a few (hopefully) simple queries for CSS changes in Triton Lite. To save some face, I’m a complete novice with CSS. Also, yes, I do have the premium upgrade.

    All I want to do is:

    1. Make the header and description lowercase instead of ALLCAPS.

    2. Add a copyright notice in the footer, centered in the same area where “Blog at WordPress.com” is. Also, is it possible to remove that?

    Note: My blog is marked private. Do I need to make it public for help? Waiting until I get everything perfect before I publicize it.

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

  • Unknown's avatar

    WP staff can see private blogs, we volunteers cannot.
    But since you’re asking about standard items, we can work on the theme demo.

    1. Add this:

    #logo h1 a, .desc {
    text-transform: none;
    }

    2. Removing the footer credits is against the TOS.
    To add your notice above the credits, add this:

    .copytext:before {
    content: "YOUR NOTICE HERE";
    display: block;
    }

    If you want it below the credits, write “after” instead of “before”.

  • Unknown's avatar

    Sorry justpi, I thought I would be notified when someone responded. Thanks loads, your fixes did the trick!

  • The topic ‘A Few Changes to Triton Lite’ is closed to new replies.