Assistance please
-
Hi,
As a mid-range septuagenarian ,I’m having a hard time learning code for WordPress and would appreciate some help with a snippet that has flagged up 3 warnings. The code is…/* Suggestion: Sticky bar background when scroll: */ .fusion-header-wrapper .fusion-header-backface.fusion-sticky-shadow { transform: background 0.3s ease; } .fusion-header-wrapper.fusion-is-sticky .fusion-header-backface.fusion-sticky-shadow { background: rgba(255,255,255,0.8) !important; } /* Code ends */Warnings say that there are two incidences of Don’t use adjoining classes.
And one instance of Fallback background (hex or rgb) should precede RGBA background. Use of !important.
Any help would be appreciated.The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Assistance please’ is closed to new replies.