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?

Transparent Background/ left justify text
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Transparent Background/ left justify text
#35221
Transparent Background/ left justify text 11 Years, 3 Months ago Karma: 0
Aloha,

I've just purchased the ARI Slider and love it.
But....

I'm looking for a way to make the background transparent instead of white and also a way to left justify the text.

Any ideas.

Mahalo.
The administrator has disabled public write access.
 
#35225
Re:Transparent Background/ left justify text 11 Years, 3 Months ago Karma: 746
Hello,

Could you provide a link to a page where we can see slider on your site? Site template styles can affect on slider content (because articles are loaded into slider).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#35242
Re:Transparent Background/ left justify text 11 Years, 3 Months ago Karma: 0
Thank you for your response.

Here is the link to the site:
www.mauicjc.org

Re: Test 12-29-12
I would like to be able to have the background transparent, have the text left justified and show the read more button.
Is there a way to do this?
The administrator has disabled public write access.
 
#35247
Re:Transparent Background/ left justify text 11 Years, 3 Months ago Karma: 746
Add the following CSS rule to "Styles" parameter in module settings:

DIV.ari_slider
{
background-color: transparent;
}

And add the following code to "Item Template" parameter:

Code:


<br/>
<a href="{$readmore_link}">Read more...</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#35254
Re:Transparent Background/ left justify text 11 Years, 3 Months ago Karma: 0
Thank you it worked.
Is there a way to left justify the body text?
The administrator has disabled public write access.
 
#35257
Re:Transparent Background/ left justify text 11 Years, 3 Months ago Karma: 746
Try the following CSS rule:

DIV.ari_slider DIV.ari_slider_item_inline
{
text-align: left;
}


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