Hi, I noticed that the light and dark transparent buttons are no longer working as they were. Before, there was a border (hence the light/dark transparent) and now there is no border.
Can see on any of pages on https://www.sdsusa.com – top three elements on home page below slider have transparent buttons that no longer have any borders.
Thanks
Hi,
Thanks for contacting us and sorry for the inconvenience!
Could you please create temporary admin logins and post them here privately so we can update the files for you? :)
Regards,
Yigit
Sorry, I’m unable to provide any access to site per company regs. Is this something that will be fixed soon or is there something I can add to CSS/functions.php?
This thread has the fix.
Hi,
Please refer to this post – https://kriesi.at/support/topic/click-to-add-your-own-text-here-error/#post-1311590
@dsmhps thanks for sharing! :)
Best regards,
Yigit
Installed the latest update today. The dark and light button issue is fixed as is the icon box text issue.
I am still having an issue with the header phone area text size. I have added the custom CSS:
#header_meta .phone-info span {
font-size: 18px;
}
It does nothing. This was working prior to the latest WP update. I have also added #top before #header as illustrated in another post I found here. No difference.
Hi,
Please change your code to following
#header_meta .phone-info div {
font-size: 18px;
}
Best regards,
Yigit
Thanks. That fixed it.