• Resolved jaja90

    (@jaja90)


    Hi

    I use a WP theme from templatesold and have changed out the most part’s of images and text. But in “General Settings” where you can name “Site Title” and “Tagline”. As for example “My site”, this text “My site” appars over my logo on the site. Is it any way that you can name your site and not appear at the logo spot? The template is probaly scriptet to do this automaticly. But how to I change this, and if a I dont write anything there my webpage dosen’t have any name at webtab. Just this sign ( – )

    Any suggestions? Sorry for my bad english.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You may have to edit the header.php file in your theme so that it doesn’t display the title and shows just the logo. Hard to say without seeing it.

    Thread Starter jaja90

    (@jaja90)

    [code moderated as per forum rules - please use the pastebin.

    if you post much shorter sections of code directly, please use the code button or backticks]

    the usual css ‘tricks’ to remove a site title from a logo are:

    .logo h1 { text-indenxt: -9999px; }

    or

    .logo h1 { visiblity: hidden; }

    details might depend on your specific setup, and can be checked if you post a link to your site.

    This is definitely not correct code:

    <h1>/" title="<?php bloginfo('Up4fashion'); ?> - <?php bloginfo('Up4fashion'); ?>">

    Also, why would you want your “small” text to be within the H1 tags?

    visiblity: hidden;

    is a good way to go. It’s a bit “cleaner” than trying to indent the text right off the screen IMO.

    Thread Starter jaja90

    (@jaja90)

    I haven’t changed any thing than “Up4fashion” I’m not so good with scripting…….Sorry dont know what “small” text to be within the H1 tags” means.

    Thread Starter jaja90

    (@jaja90)

    Everything was pre fixed. Templatesold said that it was just fixing the text content and you were ready to go. Not script youtself. I have no experience when it comes to scripting what so over.

    If there is no way to fix it in the Theme Options in admin (assuming there are any), then you would have to edit the code.

    Unfortunately all you can hope for is people’s best guesses since we don’t know what theme you are using and can’t see the site.

    Thread Starter jaja90

    (@jaja90)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Site logo and the site name overlaps’ is closed to new replies.