Banners No Longer display
-
Banners No Longer display after the last update.
Any of the pages that use your plugin have an empty white banner. To make it look better, I added some code to give it something while you work on a fix.
Here is that code…
.yrc-brand.pb-relative:before {
content: ”;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(93, 78, 44, 0.7), rgba(51, 41, 18, 0.7));
}
That code used to work, in order to make it show the banner with a darker accent to it. But since the update, the banner is now missing completely, which just leaves my background color.The page I need help with: [log in to see the link]
- The topic ‘Banners No Longer display’ is closed to new replies.