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,
Web site => https://raphaxelo.fr/comment-investir-comme-warren-buffett/
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,
Web site => https://raphaxelo.fr/comment-investir-comme-warren-buffett/
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..