Whatever I do border color remains black, I even tried to add custom css in theme panel with !important but didnt help.
I am not sure why this setting doesnt work? When I use it I can define border width on it, but color and style always remains same from some inline settings i cant find

Hi,
For me this option is working correctly -> https://i.imgur.com/I3TXCwF.png, please check to have the last version of the theme Newspaper 10.2 and also make sure that you do not have a plugin conflict.
Also you can make a test and try on flex block 1 to see if the problem persist.
If there is still a problem, please provide me a link where I can inspect it!
Thank you!
Hi Calin, thx for your answer
I am using latest Newspaper 10.2, just installed few days ago
On mobile version of my site https://visoko.co.ba I am trying to set gray borders between posts, but they come black whatever I do
here you can see Flex block 1 in action on my site: https://i.imgur.com/oV51OQm.png
Hi,
I just take a look and from what I can see now only the black color is set -> https://i.imgur.com/LA88HOU.png and gray, please set a different color and I will inspect the problem.
Thank you!
https://i.imgur.com/XhoKDsK.png
Hi Calin,
I didnt set black border nowhere, I actually wanted to use grey one. But for inspection I changed it to red now.
Hi,
Is seems to be a but on mobile version, the color is not apply proper, also the border stile is not working, sorry for the inconvenience!
This problem will be fixed in the coming updates.
If you want I can help you with a custom css to set the border color-> https://i.imgur.com/7qenx0q.png
.td_flex_block_1 .td_module_flex_1 .td-module-container {
border-style: dotted;
border-color: red;
}
The code need to be set in theme panel> custom code> advance css> phones
Thank you for your understanding!
