I updated the parent theme to 4.8.2 and the custom grid border color is missing on the pages where that feature is used. Below is an example. I checked and under “Styling” > “Border Colors”, “Custom Grid Border Color” is still set to #ffffff, but it’s not showing up between the grid containers. Any help would be great. Thanks!
Hey NicomIT,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Sure thing Rikard.
Btw… this is the same website you replied to my support request related to the WPML issue with links on images and buttons.
Hi,
Sorry for the late reply. I’m not sure what is going wrong on your installation, since I can’t reproduce it on a test installation. Please try this in Quick CSS, to see if it helps:
.avia-icongrid-flipbox li .avia-icongrid-front {
height: 99.9%;
width: 99.6%;
}
Best regards,
Rikard
Thanks Rikard. That added vertical borders between the columns, but not the horizontal border between the top and bottom rows.
Hi,
Thanks for the update. Please try this CSS instead:
.avia-icongrid-flipback {
width: 99.5% !important;
left: 0px;
top: -1px;
margin: 1px;
}
.avia-icongrid-flipbox li .avia-icongrid-front {
height: 99.1%;
width: 99.3%;
}
Best regards,
Rikard
That looks like it did the trick. Thanks Rikard!