• Hi, I’m trying to replace the title with a banner. So far I have the banner up but I want to remove the orange title as you can see here; https://www.rhianna.info.

    I’ve searched through so many posts and none of them seem to help and as I understand the code for each theme is different.

    I’d appreciate help so much, I’ve been trying to do this for hours!

    Thanks,

    Rhianna

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter rhiannaellis

    (@rhiannaellis)

    If it helps here is where I put the code to get the black logo on;

    `#site-title a {
    background: url(https://rhianna.info/wp-content/uploads/2011/12/Bridal-bliss-copy.png) bottom left no-repeat;
    color:#cc4d22;
    font-size:80px;
    line-height:1.6em;
    text-shadow: -1px -1px 0 #7F3218;
    }`

    Thank you

    Hi Rhianna,

    I had a quick look at that template, and I think the code you want to look at getting rid of can be found in the header.php.

    The offending code is

    <<?php echo $heading_tag; ?> id="site-title">
    					<span>
    						<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
    					</span>
    				</<?php echo $heading_tag; ?>>

    Comment that out and see if that helps.

    Good luck.

    Simon

    Thread Starter rhiannaellis

    (@rhiannaellis)

    That was perfect! I put the code for the banner in the wrong place but with a little trial and error I’ve sorted it now.
    Thank you so much,
    Rhianna

    Hey Rhianna,

    I’m trying to do the same thing as you, insert a banner instead of the site title. Where did you end up inserting the img code so that it would display correctly?

    Cheers

    Sasha

    I want to know the same thing! Please Rihanna come back and tell us what you did.

    Thanks,
    Shilo

    I figured it out. You can see the finished product here. https://ashalinagoesrunning.com/

    Step 1. I deleted the site title and description as SimonLG instructed above.

    Step 2. Inserted the image location into the background code below.

    #canvas {
    background:transparent url(https://ashalinagoesrunning.com/wp-content/uploads/2011/12/Header-Image.png) top right no-repeat;
    margin: 0 auto;
    padding:40px 0;
    padding-top:379px;
    width:1000px;

    Step 3. I added the ‘padding-top’ code to the height of my header and voila, done!

    Hope that’s helps you out Shilo!

    I also want to insert my own header image instead of the site title using the Liquorice 2.2 theme. I looked at your site, Sashee4, and I don’t see an image at all on top. Does anybody have the solution? I am considering switching to a different theme with the custom header option but I really love this theme and have everything else on my blog just the way I want it.

    Thanks!
    https://www.robgeleen.com

    Hi Angeleen, the reason you don’t see an image is because I took it down. You can inset a header image by editing the style.css file.

    If you follow the steps I outlined above and replace this picture URL “https://ashalinagoesrunning.com/wp-content/uploads/2011/12/Header-Image.png&#8221; with your own it should work no problems. You might need to play with the padding to get it to look right by adding a “padding-top” and playing with the sizes.

    Hope that helps!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Removing title in Liquorice theme’ is closed to new replies.