The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Customize invite to...
 
Share:
Notifications
Clear all

Customize invite to comment

4 Posts
2 Users
1 Likes
633 Views
Posts: 2
Topic starter
(@coursgalilee)
New Member
Joined: 3 years ago

Dear All,

we juste installed Discuz on our website cours-galilee.com, and we already love it !

We provide online free lectures in maths, and we'd like to use the invite to command bubble to be personnalized, in terms of icon (We'd like to make it a question mark), and in terms of text as well (change the "would love your thouhght" to something like "you have any question ? post it and someone will answer !")

3 Replies
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @coursgalilee,

Please navigate to Dashboard > wpDiscuz > Phrases > General admin page, find and change the phrase as you like. 

Reply
Posts: 2
Topic starter
(@coursgalilee)
New Member
Joined: 3 years ago

Beautifull thank you so much  ! What about the icon ? Can it be changed as well ?

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7114

@coursgalilee,

You should use custom js codes. Below is provided with some example.

Use the following js code to replace the SVG to the font-awesome icon: 

jQuery('#wpd-bubble-wrapper>#wpd-bubble-count svg').replaceWith( '<i class="fab fa-adversal"></i>' );

The red marked value should be changed with the one you prefer. 

The icons you can find here: https://fontawesome.com/icons?d=gallery

Helpful article: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/

Then put the following code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea:

i.fab.fa-adversal:after {content:"\f36a"}

The red marked value also should be changed according to the font-awesome icon you use. 

fontawesome
Reply
Share: