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?

Format and CSS Questions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Format and CSS Questions
#10440
Format and CSS Questions 13 Years, 3 Months ago Karma: 0
I am curious in how to modify the CSS for the FancyBox.

I have attached an image showing what I am looking for, but basically I need to know where the image files are stored and where to modify them.

And I really need to add padding to the content.

Here is the code I am using:

Code:

{arijfancybox width="350" height="200" title="Content"} 
{arijfbicontent} Info {/arijfbicontent} 
{arijfbocontent} Testing this Feature {/arijfbocontent} 
{/arijfancybox}



Last Edit: 2011/01/30 02:08 By shamroclkllc.
The administrator has disabled public write access.
 
#10444
Re:Format and CSS Questions 13 Years, 3 Months ago Karma: 748
Hello,

Image for close button is located by the following path:

<joomla_directory>/plugins/content/arismartcontent/content/ari_jfancybox[POSTFIX]/js/style/fancy_closebox.png

Where [POSTFIX] is some unique string. Add the following CSS rules that add padding and hide caption (It can be add to CSS template in "CSS Templates" section on component backend):

Code:


div#fancy_div
{
 padding: 5px;
}

div#fancy_title
{
 display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10446
Re:Format and CSS Questions 13 Years, 3 Months ago Karma: 0
Brilliant!!!

As always, the support here is better than any other Joomla extension I have ever used!

Thanks, resolved my issue in one shot!
The administrator has disabled public write access.
 
Go to topPage: 1