• Resolved Pyratus

    (@pyratus)


    Hey there,
    I was wondering how I would be able to make the slider visible on all pages? I’m using it as a header image, you see. I also want to remove the strip of white and the “Home” text above it.

    If not possible then is there a way I could have a header image on each page as a separate thing to the slider? (Still need to remove that band of white and “Home” from above it though.)
    Website is here http:/www.flymagpiefly.com
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Pyratus!

    That’s the easy part: to remove the top navigation you can paste this code on a custom CSS Plugin:

    div#header{
    display:none;
    }

    About the slider: I don’t know the theme options, so I recommend you to use a slider plugin and customize it to attend your needs.

    Let me know if you need some help any further.

    Thanks!

    Thread Starter Pyratus

    (@pyratus)

    Thanks, that helped.

    I could turn off the slider, I just need that image to be a header that links back to the homepage – using the slider or using CSS I don’t mind.

    I also can’t seem to get rid of the text (although it’s in white) over the header image.

    Thread Starter Pyratus

    (@pyratus)

    Ignore what I said about the text, fixed that. Other problem still stands though :<

    Thread Starter Pyratus

    (@pyratus)

    I managed to work it out myself by adding this to header.php;

    <div class=”wrapper”>
    <div class=”logo”>
    “><img src=”http://flymagpiefly.com/wp-content/uploads/2014/07/banner1.png&#8221; alt=”Fly, Magpie, Fly – Fashion, Beauty and Lifestyle Blog” /></div>
    <?php /* if (is_home()) echo( ‘<h1 id=”title”>’); else echo( ‘<div id=”title”>’);?>“><?php bloginfo( ‘name’); ?><?php if (is_home()) echo( ‘</h1>’); else echo( ‘</div>’); */?>

    <body <?php body_class(); ?><?php thinkup_bodystyle(); ?>>
    <div id=”body-core” class=”hfeed site”>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Place slider on all pages and remove the strip of white "Home" above it’ is closed to new replies.