Info Box Border Colour

Found the below CSS from a previous post but doesn’t seem to make any changes to the border.

Any advice?

.content-intro .map-col .holder {
border: 10px solid #c02721;
}

Hello Curt,

That CSS is to change the color of border in activities / destination pages as shown in screenshot below:


As seen above, I just tested that and its working as expected. Can you please try refreshing / clearing browser cache?

If still doesn’t work, please let me know.

Thank you

No didn’t work and cleared browser as suggested. Reducing element padding as previously mentioned in another question through the CSS editor also did not work either until I targeted each individual page CSS through WPBakery Page Builder.

OK I figured out the issue. It was a result of conflict with another bit of CSS i had entered. With the below CSS the border colour CSS will not work: Any solutions for a work around to remove the cart?

@media only screen and (max-width: 769px) {
.header-top .visible-xs.cart-visible {
display: none !important;