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?

Font Color INI
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Font Color INI
#38370
Font Color INI 11 Years ago Karma: 0
Hello
I wanted to change the color and font displayed in the ARI Cloud Carousel from the INI file. How to do it?
Regards
Andrzej
andrej
Ciagle sie czegos ucze
User Offline Click here to see the profile of this user
Gender: Male Location: Poland Birthday: 08/05
The administrator has disabled public write access.
 
#38371
Re:Font Color INI 11 Years ago Karma: 746
Hello,

Add the following CSS rule to "CSS Styles" parameter in module settings:

DIV.nivo-caption-content
{
color: red;
font-size: 20px;
font-family: Tahoma;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#38400
Re:Font Color INI 11 Years ago Karma: 0
Welcome.
Unfortunately not working.
Frames are, the word has been no change;-(
I added the "CSS Styles" parameter in module settings:

IMG.cloudcarousel
{
border: 1px solid maroon;
}
#sbox-content IMG
{
border: 3px solid maroon;
margin-top: -3px;
margin-left: -3px;
}
DIV.nivo-caption-content
{
color: red;
font-size: 20px;
font-family: Tahoma;
}

You can see it on the page:
brd.zsoslomniki.pl/www/index.php/historia-roweru
andrej
Ciagle sie czegos ucze
User Offline Click here to see the profile of this user
Gender: Male Location: Poland Birthday: 08/05
The administrator has disabled public write access.
 
#38401
Re:Font Color INI 11 Years ago Karma: 746
Sorry, the previous solution was for "ARI Image Slider" module. Use the following CSS rules for "ARI Cloud Carousel" module:


DIV.ari-cloud-carousel-title
{
font-size: 26px;
color: red;
font-family: Tahoma;
}

DIV.ari-cloud-carousel-alt
{
font-size: 18px;
color: green;
font-family: Tahoma;
}


Regards,
ARI Soft
The administrator has disabled public write access.
 
#38403
Re:Font Color INI 11 Years ago Karma: 0
Thank you.
That's it

Andrzej
andrej
Ciagle sie czegos ucze
User Offline Click here to see the profile of this user
Gender: Male Location: Poland Birthday: 08/05
The administrator has disabled public write access.
 
Go to topPage: 1