Border color on flex blocks always black

Posted in: Newspaper
Post count: 59

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

flex block border color settings

Post count: 35449

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!

Post count: 59

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

Post count: 35449

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!

Post count: 59

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.

Post count: 35449

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!

Post count: 59

thx for your effort with your custom css I did what i wanted to do with my block.

Hope to see new update soon as there are few bugs there which need to be fixed.

Post count: 35449

Hi,

I think that there it will be very soon an update.

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.