This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Single Row Transparency

Resolved 3 replies pluginplugin-page-builder
10 years ago · Last reply by Daniel 10 years ago

Hello,
I am trying to add transparency to the background of a row. Unfortunately, the css for the class .content-area (on the Modern theme) are overriding my attempts for this and I can’t edit it out without it effecting my other pages. I really like the features I get with the page builder I was hoping someone may have a solution beyond converting all my nice layout over to the traditional text editor and having to re-layout the whole page (especially because I’m not even sure that would work!) I have tried a variety of options. I tried putting the code into my style sheet and using the text widget to wrap (didn’t work.) I tried display: none; (it just takes the whole thing away.) I wasn’t sure if anyone else had any suggestions that I might be missing on the plugin that might help. The best solution is to adjust the html class, but as that is not an option on WordPress- I’m not sure what else to do, beyond making a custom style sheet (but I don’t know how to link it to that either.) Any help that can be offered would be greatly appreciated. And I apologize that I can’t post the site as I am building on a private host until it is completed. Thank you in advance for the read.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Daniel Staff 10 years, 10 months ago

    Hi Kcostello1284

    You can check the page id of the page via the Inspect Element tool (https://developer.chrome.com/devtools/docs/dom-and-styles) provided by browsers and use it to restrict the css to be applied on that page only.

    E.g

    body.page-id-THE_ID_OF_YOUR_PAGE  .YOUR_CLASS {
    /*your css goes here*/
    }

    Try that out

    Cheers

  2. kcostello1284 10 years, 10 months ago

    Addo,
    You are my person of the month. I have not been able to figure that out for the life of me. Thank you thank you thank you!

  3. Daniel Staff 10 years, 10 months ago

    Hi Kcostello1284

    Am glad that helped you out :-)

    Always feel free to open a new thread whenever you require support

    Cheers

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread