Viewing 7 replies - 1 through 7 (of 7 total)
  • There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter techpings

    (@techpings)

    Hi,

    Thanks for your reply.

    Here is my site url:Spire Aliens

    To remove the brackets, edit the theme’s header.php file and change:

    <h1>( <a href="<?php bloginfo('url);?>"><?php bloginfo('name);?></a> )</h1>

    to:

    <h1><a href="<?php bloginfo('url);?>"><?php bloginfo('name);?></a></h1>

    To remove the small casing, edit style.css:

    #header h1 {
    font-family:Sertig,Arial,Helvetica,sans-serif;
    font-weight:normal;
    letter-spacing:-2px;
    text-transform:lowercase;
    }

    and remove text-transform:lowercase;.

    To change the font color, edit style.css and change:

    #header h1 a {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
    text-shadow:none;
    }

    to:

    #header h1 a {
    color:#21628C;
    font-weight:normal;
    text-decoration:none;
    text-shadow:none;
    }
    Thread Starter techpings

    (@techpings)

    Thanks Esmi,

    I’ve edited the code.

    There seems to be isssues with header font. The code goes like
    #header h1{
    font:normal 30pt;
    padding:27px 0 3px 0;
    margin:0;
    letter-spacing:-2px;
    font-weight: bold;
    font-family:Sertig, Arial, Helvetica, sans-serif;
    text-transform:capitalize;
    }
    If I remove text-transform:capitalize; I get all uppercase fonts by default.

    Also text-transform:capitalize; font-weight: bold; doesn’t work

    Is there any way I can put this image in header https://img517.imageshack.us/i/spire.png/ replacing title?

    Please see the edits I suggested above.

    Thread Starter techpings

    (@techpings)

    Yes I’ve edited as per your guidelines

    #header h1 {
    font-family:Sertig,Arial,Helvetica,sans-serif;
    font-weight:normal;
    letter-spacing:-2px;
    }

    Header title is in uppercase.

    If I include text-transform:capitalize; no change occurs.

    Please advise on placing this image in header https://img517.imageshack.us/i/spire.png/

    I’m using this same theme, can someone tell me how to insert a image into the header, like a logo.

    Website:
    https://www.bluethunder2racing.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Editing Logo in Kreativ Theme’ is closed to new replies.