Header Text

Support Area Forums Progress Header Text

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #5251
    Morgan Guiley
    Participant

    Hi!

    Is there a way to make my header logo (which is saved as a transparent png) overlap the slideshow images? (I could make it a static image instead of slideshow if that would help) My logo has a “g” in it and I’d like the bottom “loop” of the “g” to overlap…is that possible?

    Thanks in advance! I’ve just switched to Progress (my third of your themes) and like always, it’s going together niecely and I’m loving it. Thanks!

    #5257
    Bill Robbins
    Moderator

    Morgan,

    I’m glad they’ve worked out so well for you.

    You can make the logo overlap. To do that, go to the appearance section and select edit to open up the theme editor. From the list of files on your right, choose style.css and scroll down to the very bottom of the file. Then paste this:

    
    header.primary {
    	height: 90px;
    }
    
    #logo {
    	position: absolute;
    	left: 0px;
    	top: 0px;
    }
    
    #tagline {
    	display: none;
    }
    
    header.primary nav {
    	margin-top: 50px;
    }
    

    You may need to adjust the height on header.primary above so it fits right as well as the left and top on the #logo above to help position it.

    If you run into any trouble let me know.

    Bill

    #5260
    Morgan Guiley
    Participant

    PERFECT! Thank you so much!! (Organized Themes has the best “tech support”!)

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