Remove small icons on blog page & single post

  • Posted in : Efor
  • dgtlrose
    Participant

    I would like to remove the small icons that appear by a blog title and date on the Efor Blog page, and single post page. Specfically, the camera icon that appears above the post title (or perhaps I could change this a different icon) and the heartbeat icon that appears after the post date. I have been through all the settings in the Appearance -> Customize page, but wasn’t able to see a place to remove these icons. Can you point me in the right direction? Thank you.

    serkan
    Moderator

    Hi,
    This custom css code will remove the camera icon;

    .format-gallery .entry-header:before { display: none; }

    If you want to change it, you can use this css code with new content number. You can find the list inside fontawesome.

    .format-gallery .entry-header:before { content: "\e86a"; }

    This css code for the heartbeat.

    .is-meta-with-icons .entry-meta > span:before { display: none; }}

    https://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/
    Thanks

    dgtlrose
    Participant

    Thanks. I was able to remove the camera icon by adding that css in Appearance -> Customize -> Additional CSS , but the heartbeat icon remains. I also tried .format-gallery .entry-meta .below-title .entry-view:before { display: none; }, but that didn’t remove it either. Any other suggestions?

    Thank you.

    serkan
    Moderator

    Hi,
    I just updated the css code for heartbeat above. Please try it again.
    Thanks

    dgtlrose
    Participant

    Perfect. Thank you!

    serkan
    Moderator

    You are welcome :) We’d be very happy if you can spare a minute to rate the theme on ThemeForest. Your feedback will boost our motivation and help us to work harder on future updates.

    https://themeforest.net/downloads

    Thank you for your support.

    dgtlrose
    Participant

    Done! Thank you and have a good weekend.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register