Jump to content

Recommended Posts

Posted

hi,

am trying to tidy up my home page, but have the title appearing on my welcome message. 'show title' on the welcome message article is turned off, but the word 'home' is still appearing above it. I'm sure this wasn't there originally and have spent a long time trying to get rid of it? Is this something simple I have over looked?

 

also any feedback on the site would be great, still a fair bit to go I know http://www.rydensschool.co.uk/

 

thanks

Posted (edited)

Its the breadcrumb I think not the article title, you have it turned on.

 

Off the top of my head....Go to your module manager and selectivly apply it menu items (don't include the front page)?

 

P.S I hope you don't mind but i'd recommend moving that searchbar down a few pixels as it looks squished in the corner

Edited by mossj
  • Thanks 1
Posted

thanks, you pointed me in the right direction, it was in the breadcrumbs module, there is an option in parameters to 'show home' i just had to de-select it.

 

I agree about the search bar, have just been tring to move it, but no luck, tried changing the positions in module manager for search, but it didnt work, do you know how to change it?

 

thanks

Posted

Hmm this put into your templates css file should work

 

.headerbg1 {
padding-top: 3px;
}

 

Alternativley this one will work, but i try not to use relative positioning cuz it can foobar things up.

.headerbg1 {
position: relative;
top: -3px;

}

 

p.s done off the top of my head so excuse school boy errors

  • Thanks 1
Posted (edited)

how did you get the slide show how you have it? did you put it in breadcrumb location? - Answered in 1st reply

 

what search feature do you have on the top right part of the page?

Edited by daboroe
Posted (edited)

Oh just a FYI but your onhover color change needs changing. As grey on white makes your links almost disappear.

 

oh and I may have selected the wrong class in your css try ".search" or "#mod_search_searchword" instead

Edited by mossj
  • 2 weeks later...
Posted

hi all,

hope you got my response daboroe i did it as a quick response and am not sure if it sent?

have now moved the search bar and adjusted the hover colour, thanks again for your input!! any other suggestions are welcomed!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...