- Posts: 17
- Thank you received: 0
Photo Portfolio site.
-
Dirk Moggee
Inactive member - Topic Author
- New Member
Less
More
12 years 1 month ago #22698
by Dirk Moggee
Photo Portfolio site. was created by Dirk Moggee
Hi guys, I am still very new to joomla, so I have a hickup or two on my side with customizing my template.
How do I take away the heading currently installed on my template? "Hot Photo Portfolio". I would like to put the name of my site there...
Can I customize the width of the Black strip? If so, how?
www.dirkmoggee.co.za
Thank you!
How do I take away the heading currently installed on my template? "Hot Photo Portfolio". I would like to put the name of my site there...
Can I customize the width of the Black strip? If so, how?
www.dirkmoggee.co.za
Thank you!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22702
by ivan.milic
Replied by ivan.milic on topic Photo Portfolio site.
Fist problem - just change imege:
templates/hot_photoportfolio/images/logo.png
for second first you also need to make image bigger in height:
templates/hot_photoportfolio/images/topmenu_bg_black.png
then layout.css:
.topmenu {
height: 130px;
margin: 0 auto;
}
template_css.css:
#nav li.active {
height: 90px;
border-top: 0;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
font-size: 18px;
border-radius: 0 0 10px 10px;
}
template_css.css:
#nav li {
float: left;
position: relative;
margin: 0 2px 0 0;
height: 73px;
font-size: 14px;
width: 153px;
text-align: center;
}
adjust height property in all 3 entities
templates/hot_photoportfolio/images/logo.png
for second first you also need to make image bigger in height:
templates/hot_photoportfolio/images/topmenu_bg_black.png
then layout.css:
.topmenu {
height: 130px;
margin: 0 auto;
}
template_css.css:
#nav li.active {
height: 90px;
border-top: 0;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
font-size: 18px;
border-radius: 0 0 10px 10px;
}
template_css.css:
#nav li {
float: left;
position: relative;
margin: 0 2px 0 0;
height: 73px;
font-size: 14px;
width: 153px;
text-align: center;
}
adjust height property in all 3 entities
The following user(s) said Thank You: Dirk Moggee
Please Log in to join the conversation.
-
Dirk Moggee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 1 month ago #22704
by Dirk Moggee
Replied by Dirk Moggee on topic Photo Portfolio site.
I will have to ask someone to help me with the css coding. Like I said I'm new to Joomla (and any web development for that matter)
Thank you for the reply and help
Thank you for the reply and help
Please Log in to join the conversation.
-
Dirk Moggee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 1 month ago #22725
by Dirk Moggee
Replied by Dirk Moggee on topic Photo Portfolio site.
Sorry for being a pest but I can not seem to get the heading right. Please help
Thanks
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22731
by ivan.milic
Replied by ivan.milic on topic Photo Portfolio site.
What are you trying to achieve, I mean how do you want it look
Please Log in to join the conversation.
-
Dirk Moggee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 1 month ago #22733
by Dirk Moggee
Replied by Dirk Moggee on topic Photo Portfolio site.
I want to replace the Text/Image "hot photo portfolio" (top left of the page) with my business Logo and maybe a slogan. I've managed to take away the "hot photo portfolio" by increasing the size of the logo in the css, but I do not know how to insert a new image...
also does joomla support png files?
also does joomla support png files?
Please Log in to join the conversation.
Time to create page: 0.159 seconds