Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853626

    hobbsie
    Participant

    Hi i have made a page and filled it with text, i have added a page background but the text i have put in is not transparent.
    Image attached to make it clear.
    Im sure this is a simple css code?

    Hope someone can help

    thanks

    #853630

    hobbsie
    Participant

    file was too big

    #853656

    hobbsie
    Participant

    another thing to add it works fine and how id like on my phone just not broswer?

    thanks

    #853791

    Rue Nel
    Moderator

    Hello There,

    Thanks for posting in! To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    For the meantime, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-content-sidebar-active .x-container.main:before {
        background-color: transparent;
    }

    Please let us know how it goes.