Support » Themes and Templates » Theme Help

  • ok heres the thing i have been messing with the Professional-Design 1.0 by http://www.bingowebdesign.info now i have managed to do almost everything i want to do with it but i want to make the logo bigger so i can add my own and also make the site name and sub name bigger conversly that will mean perhaps making the name and subname centralised…..is there anyone out there that can help me and tell me where in the right PHP or CSS file i would change the sizes

    Regards
    Alex

    P.S. my site is http://www.secondlinesalessolutions.co.uk/newsletter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The logo will be in an images file on your server, in your theme’s folder. That will be in wp-content/themes

    To make the text bigger, first look in header.php. Where it says <?php bloginfo(‘name’); ?> and <?php bloginfo(‘description’); ?>, have a look in what div, or <h*> tags they’re in. Maybe have a look here.
    Say it was
    <div id="title> <?php bloginfo('name'); ?> </div>,
    then you would have to go into style.css and change the .title or #title font-size to something smaller/bigger.

    Hope this was of some use!
    Kenneth
    http://www.technofinger.com

    Thread Starter akear1970

    (@akear1970)

    Thanks for that Kenneth i will look at the the tags and look into the styke.css with regards the Logo i know where to find the image what im trying to find out is how to make it so i can us a larger logo as it is restriced to 32px*32px.do you have any insight there by any chance???

    Regards
    Alex

    You need to find out the size of your logo and change the properties of the corresponding DIV tag.

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