Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

css Problem with font-weight:bold
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: css Problem with font-weight:bold
#28593
css Problem with font-weight:bold 12 Years, 6 Months ago Karma: 0
Hi there,

I would like to set the Main Menu in font-weight: normal
(Parameter Settings in Joomla Module) but the aktive Main Menu
Button (class: .ux-menu a.current) should be font-weight:bold;
Unfortunately the active Button of the Mainmenu is still font-weight:normal;

Here's my css:

.ux-menu a.current{
font-weight:bold;
border-color:#FFFFFF;
background-color:#FFFFFF;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-right:1px solid #c51a1b;
margin-left:-1px;*/
color:#5d5d5d;
background-image:none;
}

Joomla Version: 2.5.4

Here`s the link to the project:
www.heigenmoser.de/httpdocs/index.php

Thank you in advance
The administrator has disabled public write access.
 
#28596
Re:css Problem with font-weight:bold 12 Years, 6 Months ago Karma: 760
Hello,

Add the next CSS rule:

Code:


.ux-menu a.current {
  font-weight: bold !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28607
Re:css Problem with font-weight:bold 12 Years, 6 Months ago Karma: 0
Great! That's it!
Thank you very much for the quick reply!
The administrator has disabled public write access.
 
Go to topPage: 1