X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   X5 - Changing Banner circle button colour (https://forum.x-cart.com/showthread.php?t=73896)

Doherty 04-26-2016 06:16 AM

X5 - Changing Banner circle button colour
 
Hi all,

I was wondering if anyone could help me try and change the colour of the circle click through buttons on the default X5 banner menu?

The colour is white but the images we're displaying are also white making it almost impossible to see!

Thanks.

qualiteam 04-26-2016 11:36 PM

Re: X5 - Changing Banner circle button colour
 
This will change the color of the border to red:
Code:

.banner-carousel .carousel-indicators li {
  border-color: red;
}


And this will change the color of the selected circle:
Code:

.banner-carousel .carousel-indicators .active {
  background-color: red;
}


Doherty 04-27-2016 12:23 AM

Re: X5 - Changing Banner circle button colour
 
Thanks for the quick reply,

I've attached 2 images as i can't seem to make it work...

I added both codes to the "Custom CSS" section and even Ctrl+F the code to make sure no other code was conflicting with it within the CSS but could only find the ones added.

http://s32.postimg.org/twpjvkced/banner_issue.png
http://s32.postimg.org/dfukyi18h/still_white.png

qualiteam 04-27-2016 03:15 AM

Re: X5 - Changing Banner circle button colour
 
:)

The "Use custom CSS" checkbox is not ticked

Doherty 04-27-2016 03:38 AM

Re: X5 - Changing Banner circle button colour
 
DOH!

checked the box but it's still not working!

qualiteam 04-27-2016 05:07 AM

Re: X5 - Changing Banner circle button colour
 
1 Attachment(s)
Perhaps you have to clear the browser cache.

It works on my local computer in a "fresh" 5.2.13 (see the settings in the attached image).

Doherty 04-27-2016 07:04 AM

Re: X5 - Changing Banner circle button colour
 
Still nothing, attached is all Custom CSS

Edit: Working once i took the example CSS out! duh...

Thanks for all the help!


All times are GMT -8. The time now is 07:13 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.