Welcome, Guest
Please Login or Register.    Lost Password?

BlackBear color change
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: BlackBear color change
#294
BlackBear color change 4 Years, 5 Months ago Karma: 0
Hey..

I wanna ask if it's possible, to change blackbear menu button overlay and the blue text that is set by default and used by the headlines?

And how to do that..

ty:laugh:
Hrastopow
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#300
Re:BlackBear color change 4 Years, 5 Months ago Karma: 12
Hope you're comfortable editing css files and images :)

because when you mouse over it's not a flat color. They're using background images when you mouse over the menu item.

What do you wish to achieve?
For the top horizontal menu you could change the layout.css file on line 224. Where it reads
Code:

ul#nav a:hover
{
color: #ffffff;
background-repeat: repeat-x;
background-x-position: 0px;
background-y-position: 50%;
background-image: url(../images/buttonhover.png);
background-color: #3399cc;
}



change it to your preference eg.
Code:

ul#nav a:hover
{
color: #000000;
background-color: red;
}

<br><br>Post edited by: Bambi, at: 2007/12/11 08:19
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#303
Re:BlackBear color change 4 Years, 5 Months ago Karma: 0
aha ty but i kinda figured it out, that i can also change the image. Beacuse i only wanna change the blue overlay, and not the black image. So i changed it with photoshop.

But I also wanna change the BLUE text, that is used with headlines. Look at the image. How to do that?



ty
Hrastopow
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#305
Re:BlackBear color change 4 Years, 5 Months ago Karma: 12
The Black and Orange are looking good together!

Line 19
h1, h2, h3, .componentheading, .contentheading
{
font-family: &quot;Trebuchet MS&quot;,Arial,sans-serif;
font-style: normal;
font-variant: normal;
font-size: 200%;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
font-weight: bold;
color: #66b5ff;
}

and line 335
.contentheading
{
font-size: 20px;
font-weight: bold;
color: #66b5ff;
padding-bottom: 10px;
}

and for all the link through out the site line 30
a:link, a:visited
{
text-decoration: underline;
color: #66b5ff;
font-weight: bold;
}

a:hover
{
text-decoration: none;
color: #ffffff;
font-weight: bold;
}<br><br>Post edited by: Bambi, at: 2007/12/12 05:33
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#307
Re:BlackBear color change 4 Years, 5 Months ago Karma: 0
okay ty :D

its done..actually, when i changed all you colours, the headlines were still blue. But then i did the find/replace option, and i replaced them all..and now its cool :D:D

i hope that wont destroy anything :P

tnx for help ^^<br><br>Post edited by: Hrastopow, at: 2007/12/12 07:33
Hrastopow
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear