Forum breadcrumbs – You are here:Asgaros Support ForumTips & TricksCSS styles
Please or Register to create posts and topics.

CSS styles

hellow there, how to set css, i tried these for example:

forum-header {
opacity: .3;
}

And i can’t! set new opacity, i used in window in styles.

Thanks for your question.

Hello @cosmos

Please ensure that your CSS is correct:

#forum-header {
    opacity: .3;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!