Home Forums Pro Themes Magpaper Pro How to remove the black box background?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109677
    DaliRiahi
    Participant

    Hi,

    I am not able to remove the black box picture in the background. I would like to just have the blog post text and remove the big black box above…

    Please see this link: https://racises.fr/index.php/a-propos/

    Thank you !

    Dali

    #109730
    wensolutions
    Keymaster

    Hello,

    As for now, you can remove the black box picture in background by adding following given CSS in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    #page-site-header{
      background-color: white;
    }
    
    #page-site-header .overlay{
      background-color: transparent;
    }
    
    #page-site-header .page-title{
     color: #000;
    }
    
    #breadcrumb-list span{
     color: #000;
    }
    
    .trail-items li:not(:last-child):after{
      color: #000;
    }

    Since the background color of the site is white, the blog post text is being invisible. So, we have added black color to the text. If you want to replace the black color with your desired color, replace the color code(#000) with your desired color code in above given CSS.

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

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