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?

CSS/Template how to style it?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: CSS/Template how to style it?
#7143
CSS/Template how to style it? 13 Years, 7 Months ago Karma: 0
Where is the CSS for the Slider?
I dont need the grey border and i need a different backround color.
But i cant find the CSS or the code to change it.
The administrator has disabled public write access.
 
#7146
Re:CSS/Template how to style it? 13 Years, 7 Months ago Karma: 747
Hello,

CSS file is located by the following path:

<joomla_dir>/modules/mod_arislider/includes/js/slider.css

You can use the following CSS rule that avoid the border and change background:

Code:


DIV.ari_slider
{
 border-width: 0px;
 border-style: none;
 -moz-box-shadow: 0 0 0 0;
 background-color: red;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15898
Re:CSS/Template how to style it? 12 Years, 10 Months ago Karma: 0
Can you tell me please what to add or change to the CSS to remove the themes bullets from appearing in the thumbnail navigation.

Thanks
The administrator has disabled public write access.
 
#15901
Re:CSS/Template how to style it? 12 Years, 10 Months ago Karma: 747
Hello,

Could you provide link to page where we can see the problem? It seems this is a problem with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15903
Re:CSS/Template how to style it? 12 Years, 10 Months ago Karma: 0
The administrator has disabled public write access.
 
#15905
Re:CSS/Template how to style it? 12 Years, 10 Months ago Karma: 747
Add the next CSS rule to site template CSS file:

Code:


.art-post .ari_slider ul > li
{
 background-image: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12