Post by jaychoo » Wed Dec 13, 2017 2:39 pm

Hi Guys,

I have been searching around to change the hover color of my select list and couldnt find the right area.

Basically, I have option for my product. this option is using a droplist and opencart default color is blue. I would like to change it to another color. anyone have changed it before?

Newbie

Posts

Joined
Wed Nov 08, 2017 5:27 pm

Post by DigitCart » Wed Dec 13, 2017 3:18 pm

Hi,
Can you please provide a live url to your product page?

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm


Post by kestas » Wed Dec 13, 2017 3:54 pm

jaychoo wrote:
Wed Dec 13, 2017 2:39 pm
Hi Guys,

I have been searching around to change the hover color of my select list and couldnt find the right area.

Basically, I have option for my product. this option is using a droplist and opencart default color is blue. I would like to change it to another color. anyone have changed it before?
Hi, mostly in all default versions the colors are defined in stylesheet.css ;)

Cheers

Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here


Active Member

Posts

Joined
Tue Oct 12, 2010 2:23 am

Post by jaychoo » Fri Dec 15, 2017 1:51 pm

Hi all,

I am referring to the blue in the screenshot below:
Image

Newbie

Posts

Joined
Wed Nov 08, 2017 5:27 pm

Post by Pallavi_G » Fri Dec 15, 2017 3:41 pm

It is controlled by bootstrap.css.

Try adding the following to your stylesheet

.form-control:focus{
border-color:#FC0707;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,14,14,.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,14,14,.6)
}

Newbie

Posts

Joined
Thu Dec 14, 2017 1:58 pm

Post by jaychoo » Fri Dec 15, 2017 4:06 pm

Hi,

I have these .form-control:focus in my bootstrap.css already. The change are not reflecting. this is not the correct place?

Newbie

Posts

Joined
Wed Nov 08, 2017 5:27 pm
Who is online

Users browsing this forum: No registered users and 129 guests