Transparent background image & header

I would like to add these 2 objects to my forum:

1.- The transparent background image.

2.- Black color in header.

This is the forum where I looked.

1 Like

The corresponding CSS is:

#main-outlet {
    background-color: rgba(255,255,255,0.7) !important;
}
.topic-list th {
    background-color: #000;
    color: #fff;
}

Also, happy birthday.

4 Likes

Thank you very much :heart: Works perfect!

Awww thanks for your good wishes. :kissing_heart:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.