• I am liking my theme except for two things.

    1.) The title of my blog disappears in to the header (can I remove it or make it bigger/darker?)
    2.) There needs to be more space around the text in the blog entry area (the white area that blog entries are in on the home page) I will post the css, if anyone can help me with this I would be grateful. https://mysayulitadream.com

    [please use a Pastebin to post large chunks of code, following forum etiquette]

Viewing 2 replies - 1 through 2 (of 2 total)
  • edit style.css of your theme:

    1.

    #header h1 a, #header h2 a {
        font-size: 26px;
        padding: 3px 5px;
    }
    
    #header h1 em, #header h2 em {
        font-size: 14px;
        display: block;
        padding: 3px 8px 0 8px;
    }

    for blog title and description, resp., adjust font-size and/or add color: #123edf; of your choice.

    2.

    .post {
        border-top: 1px solid #EFD9B3;
        border-bottom: 1px solid #EFD9B3;
        margin-bottom: 2px;
        padding: 10px 0;
        background: #FFF;
    }

    change to padding: 10px 20px; or so…

    Thread Starter mysayulita

    (@mysayulita)

    ((( alchymyth )))

    A big THANKS to you, it worked! I haven’t changed the color yet of the header but I know where/how to do it now and the padding info was exactly what I needed. I’ve worked with html but I’m a css newbie. Cheers!
    Radita

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with WT White Theme’ is closed to new replies.