Notifications
Clear all

Style [Solved] Change color and background color of (This topic is also published as an article here »)

3 Posts
3 Users
1 Likes
535 Views
Posts: 1
Topic starter
(@encyde)
New Member
Joined: 3 years ago

Hi, I bought the addon cross posting and it works good. But I'm using the dark theme and would love to know how to edit the text color and background color of the notice "This topic is also published as an article here »" that is added to my blog posts and forum posts (see image)

thank you.

Topic Tags
2 Replies
tqarb
Posts: 45
(@tqarb)
Trusted Member
Joined: 3 years ago

Please put your forum URL
I will give you the modified code

Tutrix
Posts: 1246
(@tutrix)
Noble Member
Joined: 4 years ago

@encyde

try this

add to custom css

#wpforo #wpforo-wrap .wpfcp-topic-info {
    background:#000000;
}
#wpforo #wpforo-wrap .wpfcp-topic-info a {
    color: #ffffff;
}

Dashboard > Forums > Settings > Style (custom css)