XF 1.4 Overlay Color on a post

Phil

Active member
Hi all,

i know it´s a very basic question but i´m lost...I can´t find it anymore :) ....Where should i go to change the overlay color on a post in a section ?

Thanks.
 
Check the @inlineMod color palette item. Is that red? If not, then you have something conflicting.

Check out @Brogan's lovely How To... resource. That should help immensely.
 
Your forum is locked down from guests which doesn't make for easy troubleshooting :).

It's happening when you HOVER any threads? Sounds like custom CSS doing it but hard to tell without a login/the forum being open.
 
Hi,

yes it´s happening when you HOVER a thread...

This is what i´ve got in the EXTRACSS :

@media (max-width:@maxResponsiveWideWidth){
.hasJs #Notices.PanelScroller {
display: none !important;
}
}

.message .messageContent .messageText img {
max-width: 1280px;
max-height: 960px;
}

Now you should be abble to see the section : http://www.acsgt.net/forum/forums/opens.14/

Thanks.
 
Hi,

yes it´s happening when you HOVER a thread...

This is what i´ve got in the EXTRACSS :

@media (max-width:mad:maxResponsiveWideWidth){
.hasJs #Notices.PanelScroller {
display: none !important;
}
}

.message .messageContent .messageText img {
max-width: 1280px;
max-height: 960px;
}

Now you should be abble to see the section : http://www.acsgt.net/forum/forums/opens.14/

Thanks.

No still not public
 
Top Bottom