Home Forums Pro Themes Business Field Pro Adding a photo as front page widget icons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #96204
    Seyedmostafa
    Participant

    Hello,

    I am working on the website http://www.boss-project.com. In that aspect I wish to use the customized icons we had designed for the project (the ones that already appear as the icons for ‘About’, ‘Dissemination’, and ‘Approach’). Is there a way to do that differently?

    The way I have done it now was to add it as featured image under the specific pages. That causes some design problems, as the icons then appear at the top of the page when you click on it in a very large format. Is there a way to remove that but still keep the customized icon?

    Thank you in advance.

    #96308
    wensolutions
    Keymaster

    Hello,

    Please attach the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    img.aligncenter.wp-post-image {
        display: none;
    }

    Also, the icons that you have highlighted comes from the core theme file and customizing the codes in the parent theme can cause remove all the changes that you have made to the core file once you update the theme. Due to this reason, we recommend you to make the customization in the child theme.

    Hope this helps,

    Feel free to reach us for any further query/confusion,

    Regards!!

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