Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium Disable or change the icons from details in acommodation page
- This topic has 3 replies, 3 voices, and was last updated 3 years, 8 months ago by Andre Flores.
- AuthorPosts
- March 1, 2021 at 1:36 pm #1082742Maria RoncaratiParticipant
Hi, How can I change the icons in the details in acommodation page
thanks!March 2, 2021 at 3:26 am #1083044Andre FloresModeratorHello Maria,
Icons are added via CSS as Font Awesome 5 Free icons library. For example, add the following code under Appearance ->Customize ->Additional CSS:
.mphb-single-room-type-attributes li.mphb-room-type-adults-capacity::before, .mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity::before, .loop-room-short-attributes li.mphb-room-type-adults-capacity::before { content: "\f500"; }
Replace \f500 with any desired icon from the same library in order to change the icon for capacity.
You will find icons list here.
You may find out the code for each icon using Developer’s Tool console in your browser: https://prnt.sc/10b8xi1.Regards,
AndreMarch 30, 2021 at 6:20 pm #1098175RoseAnn RufranoParticipantIs there a more step to step tutorial on how to do this?
April 1, 2021 at 1:15 am #1098845Andre FloresModeratorHello Joseph,
Unfortunately, there is no tutorial for this, if you have difficulties changing icons feel free to submit a request to our Help Desk, so we assist you further with this matter.
Regards,
Andre - AuthorPosts
- You must be logged in to reply to this topic.