THEMEHALL
  • Omega
  • Cart
  • Contact
  • My Account

Composer Pro: Site Description Background

Home › Forums › General Forums › Composer Pro: Site Description Background

Tagged: Composer Pro

  • This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month ago by han.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • April 4, 2018 at 2:53 pm #5959
    Luckinson Akpos
    Participant

    Hello,
    How do i remove the Site Description Background? Please Help
    Thanks.
    Akpos

    April 4, 2018 at 2:56 pm #5960
    han
    Keymaster

    Hi Akpos, what do you mean with Site Description background. Can you send screenshot?

    Thanks,
    Han

    April 4, 2018 at 3:05 pm #5961
    Luckinson Akpos
    Participant

    I can but how can i upload the screenshot?

    April 4, 2018 at 3:58 pm #5968
    han
    Keymaster
    This reply has been marked as private.
    April 4, 2018 at 4:36 pm #5970
    Luckinson Akpos
    Participant

    I have sent the screenshot via email.

    April 4, 2018 at 4:50 pm #5971
    han
    Keymaster

    You can hide the header background image globally via CSS. Go to “Appearance > Customize > CSS” and insert this code

    .banner {
        background-color: #4c4c4c;
        background-image: none !important;
    }

    Or if you want to hide the background on blog post only, use this code instead

    .singular-post .banner {
        background-color: #4c4c4c;
        background-image: none !important;
    }

    Feel free to change the background color as you like.

    April 4, 2018 at 6:01 pm #5972
    Luckinson Akpos
    Participant

    Thanks.
    Please site description is not displaying…HELP

    April 5, 2018 at 8:40 am #5975
    han
    Keymaster

    Can you share your website URL?
    Or try this code instead

    .banner {
        background-color: #333333 !important;
        background-image: none !important;
    }
  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)

You must login to reply to this topic.

Copyright © 2021 THEMEHALL.

  • Terms of Service
  • Cart
  • Resources
  • Blog
  • Contact