Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #152045
    sorina68
    Participant

    Using Adonis Pro. Under Theme Option -> Services I am using as type Post Content. How I can remove the blank square image attached to each post.
    http://nsxcraft.tech

    Thank you

    #152065
    tikaram
    Keymaster

    @sorina68 : If you would like to display your own desired images instead of the blank images, you can edit each post and add featured image to each post. The featured image will be displayed instead of the blank images. If you would like to completely disable the images. Go to Appearance => Customize => Additional css and add the following css

    #services-section .services-section-thumbnail {
    	display: none;
    }

    Let me know if this resolves your issue or not.

    Regards,
    Tikaram

    #152069
    sorina68
    Participant

    Thank you. That seems to make the trick.
    Additional question if you do not mind. How I customize the Feature Content page.
    Theme Options -> Feature Content

    Who i am
    15 years in business
    Happy clients
    Simple and elegant design

    Regards,
    -Sorin

    #152070
    sorina68
    Participant

    There is Additional css I can add for same purpose on Featured Content when display Post Type?

    Thank you,
    -Sorin

    #152092
    tikaram
    Keymaster

    If you would like to remove the images from featured content. Go to Appearance => Customize => Additional css and add the following css. m

    .featured-content-thumbnail {
    	display: none;
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Theme Option customize’ is closed to new replies.