We explain how to change the trophy icon that appears on the completion screen of the WordPress reservation system plugin Amelia!

At HanamiWEB Online School,

●Ask questions in real-time in the virtual study room!

●Ask as many questions as you want via chat!

●E-learning materials that you can learn as much as you want, 24 hours a day!

All included for just 2,500 yen/month!

WordPress booking system pluginAmelia(Links to the Amelia official website) explains how to change the trophy icon that appears on the reservation completion screen.

This is a slightly advanced setting as it uses CSS!



Trophy icon when reservation is completed

This will be your trophy icon.

If you want to change the textHow to translatePlease refer to the.

wordpress予約管理システム完了画面アイコン変更方法

Customize using CSS

Hide trophies with css

#am-add-to-calendar .am-svg-wrapper svg{ display: none; }

Set your own image after hiding
I think a height of about 140px is just right. You can adjust the height to match the image size you set.

#am-add-to-calendar .am-svg-wrapper{ background-image: url("Enter the path of the image file"); background-repeat: no-repeat; background-position: center; background-size: contain; height: 140px; }

Putting it all together

#am-add-to-calendar .am-svg-wrapper svg{ display: none; } #am-add-to-calendar .am-svg-wrapper{ background-image: url("Enter the path to the image file"); background-repeat: no-repeat; background-position: center; background-size: contain; height: 140px; }

This can be done by going to [Appearance] > [Customize]

wordpress予約管理システム完了画面アイコン変更方法

Enter this in [Additional CSS].

wordpress予約管理システム完了画面アイコン変更方法

If you are creating a child theme, you can add it to the child theme's style.css.

After change

This is how you can change the icon!

wordpress予約管理システム完了画面アイコン変更方法

Now you can change the icon. If you have any requests for other customizations, please feel free to send us a message!

Leave the reskilling of your website to us!

Since 2019, we have been sharing skills related to WordPress and websites. We have accumulated case studies and know-how, and are good at quickly and accurately solving problems. If you have any concerns about your website, please feel free to contact us via our official LINE account!

↑Click to open the official LINE page

Latest Articles

(Solved) Emails sent from WordPress to Gmail are not being sent [Lollipop]
Explaining package (ticket) settings for the WordPress reservation system Amelia
Zoom Integration Server-to-Server OAuth Settings
WordPress Security Enhancement Plugin All in one WP Security ~ iframe Protection feature explained
WP Rocket - WordPress Caching Plugin
en_USEnglish