Your account expired support, please renew to get your support.

Home Forums Themes Support Formota Remove Background Image from Site

Topic Resolution: Resolved
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11220
    CryoW
    Support Expired

    Hello,
    How can i remove the importet head image from my website background? I can’t find a way to remove this anywhere.

    .vc_custom_1531122077430 {
    padding-top: 6% !important;
    padding-bottom: 8% !important;
    background-image: url(https://demo.harutheme.com/formota/wp-content/uploads/2018/07/actor-bg-1.png?id=2106) !important;
    }

    #11224

    Hi,
    Thanks for contacting us and choosing our product!
    Can you please send us your page URL have this issue.
    As we see this code come from settings of WPBakery Page Builder.
    So you can Edit Row then go to tab Design Options -> Background Image:
    https://prnt.sc/7fDqDWbjicZI
    change to your image.
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #11225
    CryoW
    Support Expired

    Thanks.

    #11226

    Thanks for your feedback!

    ****
    Regards,
    HaruTheme

    #11703
    Mazza_Rafael
    Supported

    Olá, eu tenho uma pergunta semelhante.

    no corpo da página de vídeos, há uma imagem de fundo preto e branco
    Como faço para substituí-lo?

    .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main
    background-image

    #11704

    Hi Rafael,
    If you want to change to another image, the solution is go to Appearance -> Customize -> Additional CSS & add this code:

    .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main {
      background-image: url('you-image-url');
    }

    you-image-url you can upload image to Media an use any image you want.
    If you want to remove background image you can use this:

    .haru-single-video .single-content .single-wrapper article .post-wrapper .single-video-main {
      background-image: none;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.