-
AuthorPosts
-
October 5, 2011 at 5:40 pm #169338
Hi,
I’m using Purity II on an upgraded site now running 1.7. Before I publish the upgraded site, I need to understand how to modify the images in the banner. First, I have a custom jpg that is to replace the template’s background image. Also, I want to remove the Joomla logo from the left side of the banner. What must be done to make these changes? Note that I’ve copied the site images to my jupgrade/templates/purity_ii/images directory. Just need to know what to do next:)
Thanks!
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 5, 2011 at 5:52 pm #417089Hi,
To remove logo, you open css/template.css file and find this code:
h1.logo a {
background: url("/jupgrade/templates/ja_purity_ii/images/logo.png") no-repeat scroll 0 0 transparent;
display: block;
height: 80px;
position: relative;
width: 208px;
z-index: 100;
}Then remove background line.
To change banner, you find this code:
#ja-header .main {
background-image: url("/jupgrade/templates/ja_purity_ii//images/header/header3.jpg");
}Thanks
Viet VuOctober 5, 2011 at 6:04 pm #417096I found the h1.logo a section of the CSS file. However, I don’t have a #ja-header.main. Instead, I have a class #ja-headerwrap and .ja-headermask. Which of these should I edit?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 6, 2011 at 3:26 am #417174I’m not sure much, you now should go to your template manager, enable Development mode and turn off CSS Optimization mode then I will let you know more exactly
Thanks
Viet VuOctober 6, 2011 at 4:19 am #417186Those settings have now been changed. Next steps?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 6, 2011 at 4:26 am #417189Thanks, you was right, my debug tool doesn’t show which file to edit either. This case you open template.css file and add this code to bottom
#ja-header .main {
background-image: url("/jupgrade/templates/ja_purity_ii//images/header/header1.jpg") !important;
}if you want to change background, just change the image path, otherwise if you want to remove the banner, you add this code instead
#ja-header .main {
background-image: none !important;
}Viet Vu
October 6, 2011 at 5:04 am #417193I added the #ja-header .main class to the template.css file in the header section. However, this didn’t seem to make a difference even though I copied the jpg used in the current site over to that directory. Is there something else I need to do to make this change take effect?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 6, 2011 at 6:46 am #417208Hi,
I see that you have changed it, right?
Thanks
Viet VuOctober 6, 2011 at 6:51 am #417210Yes, I changed the css file. However, that is not the logo I placed in the header folder.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 6, 2011 at 7:18 am #417215Sorry to confuse. The logo issue is resolved – you provided me with the line to remove so that the Joomla logo is no longer visible. The banner image is not resolved. After adding the CSS class you indicated, a different image appears. The one I want is header.jpg in as seen here: background-image: url(“/jupgrade/templates/ja_purity_ii//images/header/header.jpg”) !important;
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 6, 2011 at 8:35 am #417236October 7, 2011 at 11:04 pm #417634Browser cache indeed.
Is there a user guide / PDF for Purity II? As you can tell, I need to work on the menu and layout further.
Thanks,
Sid
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 8, 2011 at 1:06 am #417642Hi
At the moment i don’t see we have user guide for Purity . I’ll try to work w/ dev team at next week to ask about this.
Thank you
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 9, 2011 at 7:48 am #417849You also can find more user guides and tips here http://www.joomlart.com/forums/forumdisplay.php?10170-JA-Purity-II-Guides-Tutorials-Tips
Thanks
Viet VuAuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by jooservices 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to Modify Banner – Background Image and Remove Joomla Logo?
Viewing 15 posts - 1 through 15 (of 15 total)