Side Blocks Border Color

Hello

How can i fix these icons(see red mark in screenshot ) missing?

also how can i easily change blocks border to another color?

thank you all in advance

Screenshot_9.png

Hello

How can i fix these icons(see red mark in screenshot ) missing?

also how can i easily change blocks border to another color?

thank you all in advance

I managed to fix the 1st problem by restoring /images folder backup and now the icons work fine

Any suggestions of how can i easily change the border color off all blocks? currently i use block style: sideblock important

thanks

Please PM me URL of your website so that I can check the styles

bump

To change the border color please add the following rule to the CSS section of the Theme editor:

.sidebox-important-wrapper .sidebox-body {
    border-color: red !important;
}

replace red with the required color

Many thanks, worked fine!

You are welcome! :)