- Posts: 7
- Thank you received: 0
Inserting a new image in template
-
munit
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #7335
by munit
Inserting a new image in template was created by munit
I m quite new to joomla.
I want to change the default image of and the background of that image in the hot relief template.
I want to change the default image of and the background of that image in the hot relief template.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7347
by ivan.milic
Replied by ivan.milic on topic Re: Inserting a new image in template
Hi,
could you be more specific. Basically there is no main background image in that template. Maybe you are referring to Hot Image Slider module (just below menu - changing images)?
could you be more specific. Basically there is no main background image in that template. Maybe you are referring to Hot Image Slider module (just below menu - changing images)?
Please Log in to join the conversation.
-
munit
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
13 years 8 months ago #7382
by munit
Replied by munit on topic Re: Inserting a new image in template
hi,
I think image logo.png is placed at position-1. I have removed it and wants to place my own.
I also want to change the background color of the top menu that is at position-1 .
Thanks.
I think image logo.png is placed at position-1. I have removed it and wants to place my own.
I also want to change the background color of the top menu that is at position-1 .
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7385
by ivan.milic
Replied by ivan.milic on topic Re: Inserting a new image in template
hi,
that logo is defined in index.php of template. So you can go to Template Manager, hot_relief ->Edit HTML.
You will find this code :
<div class="logo">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="219" height="101" alt="hot relief" />
</a>
</div>
you can change that as you like, also width and height is controled by width and height attributes above.
Top menu color is color of header:
.header_wrapper {
background: #2B3E42;
}
you can control that color from template parameters Template Manager -> hot_relief , but make sure custom style is selected.
that logo is defined in index.php of template. So you can go to Template Manager, hot_relief ->Edit HTML.
You will find this code :
<div class="logo">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="219" height="101" alt="hot relief" />
</a>
</div>
you can change that as you like, also width and height is controled by width and height attributes above.
Top menu color is color of header:
.header_wrapper {
background: #2B3E42;
}
you can control that color from template parameters Template Manager -> hot_relief , but make sure custom style is selected.
Please Log in to join the conversation.
-
munit
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
13 years 8 months ago #7404
by munit
Replied by munit on topic Re: Inserting a new image in template
hi,
i changed my background color and image.
i want to appear my text bold in the top menu and main menu. if i specify font size in the html file then last menu item comes in second line . But want i want for eg there is menu itm ONLINE CONSULTATION and it should appear like
ONLINE
CONSULTATION i.e online on first line and consultation on second line.
i also want to remove the shadow. I removed header_shadow from layout file as well as div tag from HTML but it didn't worked.
Thanks
i changed my background color and image.
i want to appear my text bold in the top menu and main menu. if i specify font size in the html file then last menu item comes in second line . But want i want for eg there is menu itm ONLINE CONSULTATION and it should appear like
ONLINE
CONSULTATION i.e online on first line and consultation on second line.
i also want to remove the shadow. I removed header_shadow from layout file as well as div tag from HTML but it didn't worked.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7413
by ivan.milic
Replied by ivan.milic on topic Re: Inserting a new image in template
Can you give us your production link, so we cloud help you?
Please Log in to join the conversation.
Time to create page: 0.088 seconds