x

Changing Block Quote border color

Hi guys,

I'm trying to change the left border color of the Block Quote element in my HTML/CSS editor. I simply changed the HEX color value but nothing happens. Tried with and without !important!.

I'm using the "Edison - Online Store" theme. Anyone knows how to do this?

Thanks!

Eva

1,601 Views
Message 1 of 6
Report
1 Best Answer
Square

Best Answer

It looks like you have an extra exclamation point on the end of your css rule, so it's not being used.

Try changing this:

border-left: 2px solid #fee60e !important !;

to this:

border-left: 2px solid #fee60e !important;

View Best Answer >

1,481 Views
Message 7 of 6
Report
5 REPLIES 5
Square

It's possible it's being set further down by something else. Is there a block quote on your live site, @NightCat? It's often easier to see what to change by looking there.

1,579 Views
Message 7 of 6
Report

Hi @Adam, here's the link http://www.nestell.se/strategisk-partner.html scroll down a bit and you'll see the block quotes.
Thanks,
Eva
1,538 Views
Message 7 of 6
Report
Square

Best Answer

It looks like you have an extra exclamation point on the end of your css rule, so it's not being used.

Try changing this:

border-left: 2px solid #fee60e !important !;

to this:

border-left: 2px solid #fee60e !important;
1,482 Views
Message 7 of 6
Report

Oops, can't believe I didn't notice!
Thanks so much @Adam for taking the time to help!

- Eva
1,463 Views
Message 7 of 6
Report
Square

No problem! Sometimes it just takes a second pair of eyes. Smiley Happy

1,461 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.