AI Assistant
Notifications
Clear all

modify the banner

2 Posts
2 Users
0 Reactions
1,489 Views
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@raphaxelo)
New Member
Joined: 2 years ago
[#12452]

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: 6645
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@astgh)
Illustrious Member
Joined: 8 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