• Resolved mflc

    (@mflc)


    In certain cases, I may not want a to display an icon next every data field on the Single Listings and All Listings pages. Is there a way to hide the icon for a specific field (as opposed to swapping to a different icon)? The purpose for this may be that I want to reserve using icons to visually emphasize certain fields over others.

Viewing 1 replies (of 1 total)
  • Plugin Support Mahfuzul Alam

    (@mahfuz87)

    Hi @mflc

    Thank you for your query. Currently it is not possible to disable icon of a specific field. But you can hide all the icons of the single listing field data using the following CSS –

    .directorist-details-info-wrap .directorist-single-info .directorist-single-info__label .directorist-single-info__label-icon {
    display: none;
    }

    However, we will try to introduce the feature to hide a specific field in our future releases.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Data Field without Icon’ is closed to new replies.