• Resolved stephunique

    (@stephunique)


    Hello,

    I have removed the ability to add cover images in the settings of this plugin so users cannot upload cover images. However, instead of removing the cover image location all together, there is still a grey placeholder there, so it ends up looking like this: https://prnt.sc/EdVqnWLLhkrU

    Is there a way to get rid of the grey placeholder, or is this a theme-specific thing?

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Robert Fortaleza

    (@robfrtlz)

    Hi @stephunique,

    Currently, there is no option to remove it since the cover image and the avatar image are nested in the same container.

    A workaround is to style the cover image to transparent using CSS to have a hidden effect on it.

    You can try this snippet: header-cover-image{background-color: #ffffff00;}

    Hope this helps.

    Thread Starter stephunique

    (@stephunique)

    Hello

    Thank you for the reply. I tried the suggestion, I posted the CSS in the appearances -> customise, but it didn’t work. The grey box is still there. I refreshed the site and cleared the cache. Is there another solution?

    Plugin Support Robert Fortaleza

    (@robfrtlz)

    Hi @stephunique,

    Would you please provide the exact page URL where I can see the grey box?

    Thread Starter stephunique

    (@stephunique)

    Hello Robert,

    I have sent a link to your support platform as the link is a test link and will change later on, and links posted here cannot be deleted or modified.

    Thank you.

    Thread Starter stephunique

    (@stephunique)

    Just wanted to post the solution here in case anyone else wants it:

    #header-cover-image {
    background-color: #ffffff00 !important;
    }

    Thank you Robert!

    • This reply was modified 3 months, 3 weeks ago by stephunique.
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.