XF 1.5 style floating notice

maszd

Well-known member
Hello,
i am try to make a custom style to float notice with add this code on extra.css :
Code:
.floatingItem.custom1
{
    color: #000;
    background: white;
    background: rgba(255,255,255, 0.8);
    border-color: #176093;
}

and add this class name on notice option like this:
Capture1.webp
but not working, any help will be appreciated.
thank you.
 
@maszd You can omit the "floatingItem" from your custom CSS class name.

Although from my tests, for some reason telling it to use custom CSS renders class="floatingItem custom" regardless of my Custom Class Name. Maybe I should update to xenForo 1.5 beta 2. Haha
 
No issues have been reported as yet, but that sounds like it could be relevant.

To confirm, regardless of the custom class typed, the custom class is "custom"?
 
Top Bottom