Disable or change the icons from details in acommodation page

Free and Premium WordPress Plugins & Themes Forums WordPress Themes Booklium Disable or change the icons from details in acommodation page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1082742

    Hi, How can I change the icons in the details in acommodation page
    thanks!

    #1083044

    Hello 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,
    Andre

    #1098175

    Is there a more step to step tutorial on how to do this?

    #1098845

    Hello 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

    #1813850

    Hello, I see no icons next to the attributes — on my website, the attributes appear just as a plain list (see screenshot: https://prnt.sc/ZUltqmSOSJtY
    ). How can I make them display with icons, similar to the demo site: https://hbdemo.getmotopress.com/alpenhouse/?dr=1

    Thanks a lot!

    #1815576
    #1816048

    Thank you very much! Custom CSS styles solved that 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.