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?

how to change the border color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: how to change the border color
#29090
how to change the border color 11 Years, 9 Months ago Karma: 0
Hi,
how can i change the border-color of theme: white

Code is: border-left-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255)

Don't want to have white - i want to have: #C3A571

thank you and best regards
mark

Using: Version 1.9.1 and Joomla 2.5.4
The administrator has disabled public write access.
 
#29092
Re:how to change the border color 11 Years, 9 Months ago Karma: 746
Hello,

If you want to change left and right borders, add the next CSS rule to a site template CSS file:

Code:


#SLB-Contenido
{
 border-left-color: #C3A571 !important;
 border-right-color: #C3A571 !important;
}



If you want to change top and bottom borders, it requires to modify bgSexy.gif image file. For white theme you can find it in <joomla_directory>\modules\mod_arisexylightbox\includes\js\sexyimages\white\ folder.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29094
Re:how to change the border color 11 Years, 9 Months ago Karma: 0
WOW

It works GREAT !!!

thank you very much!!

Best regards
Mark
The administrator has disabled public write access.
 
Go to topPage: 1