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?

How do I alter css styles?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How do I alter css styles?
#1193
How do I alter css styles? 15 Years, 5 Months ago Karma: 0
Hi

I wish to alter some of the text styling in the tab and the accordion modules but cant find the style sheets anywhere... how do I make these amendments?

Thanks

Mike
The administrator has disabled public write access.
 
#1195
Re:How do I alter css styles? 15 Years, 5 Months ago Karma: 748
Hello,

CSS for tab and accordion is located in <joomla_dir>/plugins/content/arismartcontent/system/ari_jquery_ui_loader<postfix>/js/1.5.2/themes/smoothness/smoothness.all.css . But we are recomended to create CSS Template in CSS Templates section and place your CSS Rule there. Also you can generate your own theme with help jQuery themeroller jqueryui.com/themeroller/ (But choose 'jQuery UI 1.5 Users' option).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1196
Re:How do I alter css styles? 15 Years, 5 Months ago Karma: 0
thanks for the quick response once again

Please could you clarify exactly how I alter the styling. Do I have to enter the existing rules with the ammendments or create completely new rules and reference them inline when describing the module content?
The administrator has disabled public write access.
 
#1199
Re:How do I alter css styles? 15 Years, 5 Months ago Karma: 748
You can create new CSS Template in 'CSS Templates' section of ARI Smart Content and type in it rules with the ammendments. This CSS Template will automatically loaded with help 'ARI CSS Loader' plugin.
In other words, for example, you place in CSS template the following code:

.ui-accordion-header
{
/* Your new and overriden CSS property comes here */
font-size: 150%;
}

if you want change '.ui-accordion-header' CSS class.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1201
Re:How do I alter css styles? 15 Years, 5 Months ago Karma: 0
Thanks

I followed these instructions and created a new style for .ui-tabs-panel and set the font size to 10px. It didn't make any difference to the page although when look in firebug I can see the style has been recognised but overridden by the original as defined in the style sheet itself.
The administrator has disabled public write access.
 
#1202
Re:How do I alter css styles? 15 Years, 5 Months ago Karma: 748
Can you say link where we can see it?
The administrator has disabled public write access.
 
Go to topPage: 12