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?

Help me change color box text
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Help me change color box text
#15935
Help me change color box text 13 Years ago Karma: 0
Sorry my english !

Hi

how can I change the color of the box containing the text below the picture?

Thank you
carmelo
The administrator has disabled public write access.
 
#15936
Re:Help me change color box text 13 Years ago Karma: 748
Hello,

Try to add the next CSS rule:

Code:


.nivoSlider .nivo-caption p 
{
 color: red;
}



If it doesn't help, provide link to page where we can see the slider on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15939
Re:Help me change color box text 13 Years ago Karma: 0
thanks for the quick response !

How do I change the color of the black box in transparency?

Thank

carmelo
The administrator has disabled public write access.
 
#15940
Re:Help me change color box text 13 Years ago Karma: 748
Use the next CSS rule:

Code:


.nivoSlider .nivo-caption
{
 background-color: transparent;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15942
Re:Help me change color box text 13 Years ago Karma: 0
Thank you !

You can decrease or increase the transparency of the color of the box?

thank
best regard
carmelo
The administrator has disabled public write access.
 
#15943
Re:Help me change color box text 13 Years ago Karma: 748
For example you can use the next CSS rule instead of the previous CSS rule:

Code:


.nivoSlider .nivo-caption
{
 background-color: white;
}



and set "Opacity" parameter to "0.6" in module settings page.

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