Home pcDTR Forum
If you like the work i do, you know what to do.
Welcome, Guest
Please Login or Register.    Lost Password?

Just not working for me.
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Just not working for me.
#19
Re:Just not working for me. 10 Months, 1 Week ago Karma: 0
Okay that worked.....Now what is the easiest way to make my menu across the top with that font?
jstacy
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#20
Re:Just not working for me. 10 Months, 1 Week ago Karma: 2
Your meny have a span with the class title

<span class="title">PRODUCTS</span>

think maybe this should work

.menu a span.title {
font-family: PointedlyMad;
font-size: 20pt;
color:#000;
}

.menu a.active span.title {
font-family: PointedlyMad;
font-size: 20pt;
color:#E64600;
}

.menu a span.title:hover {
font-family: PointedlyMad;
font-size: 20pt;
color:#fff;
}

But you first home button doesn't have that title class.

Don't know if it will work. But something like that hopefully works.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#22
Re:Just not working for me. 10 Months, 1 Week ago Karma: 2
I see the hover isn't loaded right. I will check my code why it isn't working on the span.
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
Last Edit: 2009/10/29 23:40 By flowman.
The administrator has disabled public write access.
 
#23
Re:Just not working for me. 10 Months, 1 Week ago Karma: 0
No it is not. I dont' know if trying this class would do all of it or not ul class="menu menu-dropdown but the Home has a class of <span class="bg ">HOME</span>. I also just removed the double line text on the menu bar and it changed them back to the old font.
jstacy
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/10/29 23:48 By jstacy.
The administrator has disabled public write access.
 
#24
Re:Just not working for me. 10 Months, 1 Week ago Karma: 2
I check your code now again.

if you do this

.menu a {
font-family: PointedlyMad;
font-size: 20pt;
color:#000;
}

.menu a.active {
font-family: PointedlyMad;
font-size: 20pt;
color:#E64600;
}

.menu a:hover {
font-family: PointedlyMad;
font-size: 20pt;
color:#fff;
}
flowman
Admin
Posts: 110
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#25
Re:Just not working for me. 10 Months, 1 Week ago Karma: 0
Well that fixed the top, except for the hoover, but it really messed up the side menu on this page; www.buckarooleather.org/cms/catalog-purchase-items-here.html
jstacy
Fresh Boarder
Posts: 11
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12345
Banner
Copyright © 2010 pcDTR. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.