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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

Text size, please?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Text size, please?
#8368
Re:Text size, please? 13 Years, 4 Months ago Karma: 746
It doesn't work because 'AiDa News' add CSS rules in incorrect way. If you open HTML source of the page, you can see the following code:

Code:


  <style type="text/css">
    <!--
 AiDaNews CSS -->

 .aidanews {}
 .aidanews a {text-align:left; }<!-- AiDaNews CSS END 
.ux-menu-sub a
{
 font-size: 12px !important;
}
    -->
 </style>



Fix it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8377
Re:Text size, please? 13 Years, 4 Months ago Karma: 0
Thank you for pointing that. I fixed the Aida problem and a couple of other problems that were generating w3c validator errors. It's my first site in Joomla, that's why I run into problems that I can't solve without help, therefore thank you for your time!! After fixing that what you said, the validator errors and even disabling AiDa news, the submenu font still don't seem to change.
Last Edit: 2010/11/04 12:51 By cristikay.
The administrator has disabled public write access.
 
#8378
Re:Text size, please? 13 Years, 4 Months ago Karma: 746
Hello,

Where have you add code which we provided? We don't see it when open HTML source of the page.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8380
Re:Text size, please? 13 Years, 4 Months ago Karma: 0
It's there now on row 21.
The administrator has disabled public write access.
 
#8381
Re:Text size, please? 13 Years, 4 Months ago Karma: 746
Use the following:

Code:


#meniusus .ux-menu-sub A
{
  font-size: 10px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8382
Re:Text size, please? 13 Years, 4 Months ago Karma: 0
Thank you so much, that did it! I'm very grateful!
The administrator has disabled public write access.
 
Go to topPage: 12