Re: Desert Noon Template Support Thread
Just downloaded this template and very impressed with the ease of changing templates.
A couple of questions:
Have changed the logo but would like to move the new smaller logo away from edge.
Want to change tagline to an image and have inserted this into header.php
define('HEADER_SALES_TEXT', '<img src="/images/banner5.jpg"');
but it did not work:huh:. so how can I insert an image into the Tagline as I wish to keep the header background.
many thanks.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
SilverKop
Just downloaded this template and very impressed with the ease of changing templates.
A couple of questions:
Have changed the logo but would like to move the new smaller logo away from edge.
Want to change tagline to an image and have inserted this into header.php
define('HEADER_SALES_TEXT', '<img src="/images/banner5.jpg"');
but it did not work:huh:. so how can I insert an image into the Tagline as I wish to keep the header background.
many thanks.
URL for your site?
Re: Desert Noon Template Support Thread
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
SilverKop
open includes/templates/desert_noon/css/stylesheet.css
find the following declarations and make the highlighted changes
#logo {
margin: 10px 0 0 10px;
float: left;
}
#tagline {
font-size: 3.5em;
font-weight: bold;
color:#854401;
vertical-align: middle;
background: url(../images/banner5.jpg) no-repeat;
}
Re: Desert Noon Template Support Thread
Clyde,
Many thanks that worked a treat.
Another question if you do not mind not quite your template but....
I have added another side box, but how can I put an image into this.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
SilverKop
Clyde,
Many thanks that worked a treat.
Another question if you do not mind not quite your template but....
I have added another side box, but how can I put an image into this.
I'd have to say its going to depend on the sidebox you installed.
If you are using the bank sidebox or the logo sidebox add-ons then adding an image should be fairly easy.
Other sideboxes may require a bit more effort to get the image instaled.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
clydejones
I'd have to say its going to depend on the sidebox you installed.
If you are using the bank sidebox or the logo sidebox add-ons then adding an image should be fairly easy.
Other sideboxes may require a bit more effort to get the image instaled.
blank_sidebox add-on
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
SilverKop
blank_sidebox add-on
The blank sidebox is good for text and in some cases javascript.
But using it for images requires a bit of extra work to define the images and setting them to display.
The logo sidebox might be a better choice for images since the code for displaying the images is already included. the only thing required is to include the name, height, and width in the appropriate define statements.
Re: Desert Noon Template Support Thread
Many thanks, have downloaded and installed the logo side box add on.
Installed ok but how can I centre the logo please.
Re: Desert Noon Template Support Thread
Quote:
Originally Posted by
SilverKop
Many thanks, have downloaded and installed the logo side box add on.
Installed ok but how can I centre the logo please.
adding this at the bottom of your stylesheet.css should do the trick.
#logosideboxContent {
text-align:center;
}