I think I may have an actual problem that isn’t merely a pbkac issue.
I added a FAB button through the audiate plugin.
The plugin provides the following script:
Adding this script to posts with no container caused it to run at the far edge of the page changing hte fab_position to: bottom_center improved it by placing it at the edge of the floating content containers.
However, the FAB is obscured by the background color of the content div (as well as the footer which isn’t really that big a deal tbh) (see attached image)
I’ve tried to use the following code to bring the FAB to the forefront.
.fab bottom center s-v0tfzo {
z-index: 999;
}
Using various classes within the plugin’s code in my customizer and my global css window in Pro.
. s-v0tfzo {
.fab bottom center {
.fab botton center s-v0tfzo {
.87118281 {
.audiate-widget {
.audioplace-me {
Basically any class or id I can pull from explorer. It has variously worked then reverted back behind the content background.
FWIW, I added the following code to my global css to remove a white bar on my entry-content for the blog archieve page. Perhaps that’s the root cause of the problem. Is there another work-around for this issue?
.x-container {
background-color:#423d3e
}

