In common.css, find:guionbajo wrote:hello, i don't know how to center the site_logo ... i have removed the search bar, and the site name and description, so now i want to center my site logo. can anybody help me?? thanks
Code: Select all
.headerbar {
background: #ebebeb none repeat-x 0 0;
Code: Select all
.headerbar {
background: #ebebeb none repeat-x center 0;
To get rid of the blue, remove the background-color for headerbar in colours.css. In order to have the link direct you to your site, you have to change the href attribute from {U_INDEX} to your site's URL.ghosh845 wrote:well i have some problem ...have a look at my website http://crazzyustad.com/forums/index.php .....u will find that there is a blue color blank space if it opened with ie6 ....plus when u click the banner its not redirecting to my home page....i have tried out the tutorials but its not working...thnx
I will create a tutorial on adding a menu that matches prosilver, sometime in the future. For now, you could try searching the web, I'm sure there's several sites offering tutorials on how to add a menu to your site.lastdon wrote:is there a way to
make an image like the one above with buttons? as in this forum?
In the header i want a customer image that i have, but i want buttons underneath the image.. anyway?
Change:jtryptophan wrote:Thanks for all the wonderful help. Earlier in this thread you showed us how to make a "Search" icon after the "FAQ" icon in the header as it appears on this page. My problem is this, when I click the "Search" button, the Search page comes up but the 'Search" icon disappears from the header. I notice that it does not happen on this site, so I'm sure it's not normal. Minor glitch but I hope you can solve it for me. Thanks in advance.
Code: Select all
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
Code: Select all
<!-- IF S_DISPLAY_SEARCH -->
Remove the background-color of .headerbar in colours.cssfarid wrote:How do I remove (change the colour) of the blue bar beneath my logo ?
Code: Select all
margin-left: auto;
margin-right: auto;
Code: Select all
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
I asked the same thing a while back, and would still like to reproduce that look, and I'm new to all-CSS site building.lastdon wrote:is there a way to
make an image like the one above with buttons? as in this forum?
In the header i want a customer image that i have, but i want buttons underneath the image.. anyway?
I'm not sure if I understood you completly, but if you want to change the colour of the topic border open colours.css and findKyle D. wrote:Can somebody help me change the color to the forum boarder?
http://www.archeryforum.net/forum/viewforum.php?f=4
You see how the boarder to the topic changed to exactly what the image is of the header, can somebody help me change that back to where it should be?
Code: Select all
.forabg {
background-color:
Code: Select all
.forumbg {
background-color:
Remove the background-color for .navbar in colours.css.Ruyan Ve wrote:and make the blue bar below the header transparent