-
AuthorPosts
-
January 27, 2012 at 4:25 pm #173262
Hi, please i need to add a background in the part where is logo. But i dont know where i can do that. Please help greetings
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 27, 2012 at 4:33 pm #435708<em>@ciza2011 297151 wrote:</em><blockquote> Hi, please i need to add a background in the part where is logo. But i dont know where i can do that. Please help greetings</blockquote>
To try to best assist you, please provide the url of the site you’re working on – as well as set “Optimize CSS” to “No” within your Template Manager–General SettingsJanuary 27, 2012 at 4:53 pm #435720Of course the web is http://www.meer.gob.ec, i need that tha header looks like the attachment. I dont know how i can modify this modul. Thank you soo much.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 27, 2012 at 5:17 pm #435730Okay, just so I understand what it is you are wanting to accomplish . . .
Is this a logo replacement issue? . . . Or are you wanting some kind of background color or image for your header section?
January 27, 2012 at 5:44 pm #435743I want a kind of background color or image in the header section, just in the part where is the logo, the problem is that i want that this background appears since de left border and use all the maximun space that exist in that modul.
The original logo has a limitant box of 275px width 75px height and i want use all since the border until the half of the template even with a major heigth if is possible.. to be specific 343pxwidth 77px height.
tksTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 27, 2012 at 6:10 pm #435749Okay, well . . . the CSS you will need to work with to add a background color to the overall header section is within
/templates/ja_rutile/css/template.cssat line 778
<blockquote>/* HEADER
——————————————————— */
#ja-header {
line-height: normal;
position: relative;
padding: 20px 0 0;
z-index: 999;
}
</blockquote>What you would do is add a background property – for example . . .
<blockquote>
/* HEADER
——————————————————— */
#ja-header {
background: #EEEEEE;
line-height: normal;
position: relative;
padding: 20px 0 0;
z-index: 999;
}
</blockquote>or, if it is to be an image you want as your background – for example . . .
<blockquote>#ja-header {
background: url(../images/your-image.png) no-repeat ;
line-height: normal;
position: relative;
padding: 20px 0 0;
z-index: 999;
}
</blockquote>Is this along the lines of what you’re asking about?
January 27, 2012 at 6:57 pm #435765Perfect, thanks for your excellent help. I´m graphic designer, I´m not too update about this topics… but thanks i made it with your help.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 27, 2012 at 6:59 pm #435766<em>@ciza2011 297215 wrote:</em><blockquote>Perfect, thanks for your excellent help. I´m graphic designer, I´m not too update about this topics… but thanks i made it with your help.</blockquote>
Most Welcome …. Glad I could be of some assistance.All the best with your continuing site development !!
🙂
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by TomC 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum