Notifications
Clear all

modify the banner

2 Posts
2 Users
0 Likes
134 Views
Posts: 1
Topic starter
(@raphaxelo)
New Member
Joined: 2 months ago

Hello,

This extension is working perfectly, but I would like to modify the text and color of the banner on my post.

How can I do this?

Regards,

2024 02 29 095542

 Web site => https://raphaxelo.fr/comment-investir-comme-warren-buffett/

1 Reply
Astghik
Posts: 5915
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi,

If you are referring to the phrase 'This article is also published as a forum topic here' it can be found and managed in the phrases section of the wpForo menu.

To customize the background color and text color, you can use the following CSS code:

.wpfcp-article-info {
   background-color: #711919;
}
.wpfcp-article-info > a{
   color: #be8b8b;
}

The red-marked value can be changed as you like.

Insert the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea.

Don't forget to clear the caches before checking the changes..

Reply
Share:
Scroll to top