• Resolved tarmota

    (@tarmota)


    Hi. I put picture for background, but how do I change content area to transparent? I’d like to have full width picture on my first page and just to add some text and CTA button to the picture. There will be no other content.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    Hello,

    Thanks for using our theme

    Unfortunately it’s not possible to make the background transparent with theme options. It is possible only with custom development. If you need additional theme configuration and customization, you can hire one of our WordPress developers when he will be available.

    Regards

    Hey tarmota,

    not sure if this is what you are looking for but since I just dealt with a similar issue, this is what I did to get a white transparent background. I put this code into my Custom CSS file:

    .page-container {
    background-color:rgb(255,255,255);
    background-color:rgba(255,255,255,0.3);
    }

    The rgba gives you transparent colours. You can adjust the degree by changing the last number in the brackets from 0.1 to 1.
    Hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background color for content’ is closed to new replies.