I am trying to change the borders colour for a container and that is work amazingly for a desktop, but for a tablet or mobile view I can’t find that option. Any idea how to deal with this?
Color options are not responsive, you would need some CSS to change the border color.
If you want to share a link to a page where i can see what you want to change i can provide some CSS
Great, link attached! The containers I am working with are the three pricing tables.
By the way, all I want is to make these three pricing tables colour different than the background colour. I mean if there is any workaround to achieve this, then it is enough for me as well.
On the desktop I set a container border to 2px solid and white.
When switching to mobile, because the desktop specific CSS is not loaded, the border reverts to a default setting.
If the desktop border colour is set surely you would expect the responsive modes to inherit the desktop setting?