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?

Change Caption format
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Change Caption format
#7248
Change Caption format 13 Years, 7 Months ago Karma: 0
Hi again!

I'm still thrilled with this wonder, but I'm missing the following: I'm using the Lightbox from joomla and really would love to show the title/description when the box opens with the picture. Would that be possible?

I'm also trying to change the format of this both caption items. For the tile I did;

.ari-cloud-carousel-caption .ari-cloud-carousel-title {
font-weight: bold;
font-size:18px; /* added */
color:#ffcc00; /* added */
}

Now I would really like to change the description format as well, but can't find where. Can you help me?

Thanks in advance,
Telma
The administrator has disabled public write access.
 
#7257
Re:Change Caption format 13 Years, 7 Months ago Karma: 748
Hello,

'Core Joomla! lightbox' doesn't provide ability to show title or description. This isn't the module limitation, this is limitation of 'Core Joomla! lightbox'. All other lightbox which are supported by the module can display title. About description styles, use the following CSS rule:

Code:


.ari-cloud-carousel-caption .ari-cloud-carousel-alt {
  font-weight: bold;
  font-size:18px; /* added */
  color:#ffcc00; /* added */
}



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