Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

How do I change the embedded content background color to something darker?

18 Posts
4 Users
3 Reactions
3,413 Views
Richard Simolari
Posts: 15
Customer
Topic starter
(@gnomebe)
Member
Joined: 6 years ago

How do I change the embedded content background color to something darker?

Capture

 

17 Replies
Kyle
Posts: 728
 Kyle
(@kylew)
Prominent Member
Joined: 4 years ago

HI @gnomebe,

please provide the URL for that post.

Reply
3 Replies
Richard Simolari
Customer
(@richard-simolari)
Joined: 6 years ago

Member
Posts: 2
Kyle
 Kyle
(@kylew)
Joined: 4 years ago

Prominent Member
Posts: 728

Hi @richard-simolari,

Insert the below CSS Code in Custom CSS Code field from Dashboard > Forums > Settings > Styles Tab:

#wpforo #wpforo-wrap .wpf-oembed-wrap {
    background-color: #000000;
}
Reply
Richard Simolari
Customer
(@gnomebe)
Joined: 6 years ago

Member
Posts: 15

@kylew I added the code above but the background is still white? I purged the cache and checked twice. 

Reply
Tutrix
Posts: 79
Customer
(@tutrix)
Member
Joined: 5 years ago

@gnomebe

remove ".wpf-dark" from your code

#wpforo #wpforo-wrap.wpf-dark .wpf-oembed-wrap {background-color: #444444;}

then it works

#wpforo #wpforo-wrap .wpf-oembed-wrap {background-color: #444444;}
Reply
1 Reply
Richard Simolari
Customer
(@gnomebe)
Joined: 6 years ago

Member
Posts: 15

@tutrix Thank you for the help, but still a white background?

 

🤔

Reply
Tutrix
Posts: 79
Customer
(@tutrix)
Member
Joined: 5 years ago

@gnomebe

you use these 2 codes  (.wpf-dark)

#wpforo #wpforo-wrap .wpf-oembed-wrap{background-color: #ececec;}

#wpforo #wpforo-wrap.wpf-dark .wpf-oembed-wrap {background-color: #444444;}
Reply
1 Reply
Richard Simolari
Customer
(@gnomebe)
Joined: 6 years ago

Member
Posts: 15

@tutrix Thank you for the help, but still a white background?

🤔

Reply
Tutrix
Posts: 79
Customer
(@tutrix)
Member
Joined: 5 years ago

@gnomebe

you still use the same code, you have not changed anything

 

you should only use this code

 

#wpforo #wpforo-wrap .wpf-oembed-wrap {background-color: #444444;}

 

Reply
1 Reply
Richard Simolari
Customer
(@gnomebe)
Joined: 6 years ago

Member
Posts: 15

@tutrix I am hopeful. The background is still white after I used only the code provided below.

Transparent would be good too.

#wpforo #wpforo-wrap .wpf-oembed-wrap {background-color: #444444;}
Reply
Page 1 / 2
Share:
Scroll to top