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?

Active bullet color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Active bullet color
#60490
Active bullet color 6 Years, 10 Months ago Karma: 0
Hello,

the active bullet has the same color like all unactive bullets.
Any hints ?

pg-boerde.de.xtremeweb.de/

Thank you
The administrator has disabled public write access.
 
#60491
Re:Active bullet color 6 Years, 10 Months ago Karma: 748
Hello,

It seems your site template adds custom styles for the slider. See the following CSS rule in <joomla_directory>/templates/joomlage0100-one/css/nexus.css file:

Code:


.nivo-controlNav a {
    background: url("../images/slide-bullet.png") no-repeat scroll 0 0 transparent !important;
    border: 0 none;
    display: block;
    float: left;
    height: 30px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 30px;
}



It uses the same image for all buttons. Active button has "active" CSS class which can be used to change image.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60499
Re:Active bullet color 6 Years, 10 Months ago Karma: 0
Hello,

it seems renaming .nivo-controlNav in the template css to an unused name shows your (smaller) working bullets.

I will ask the template maintainer about this.

Thank you
The administrator has disabled public write access.
 
Go to topPage: 1