Transparency background for presentation page

  • Author
    Posts
  • #38409

    Hello good people! Transparency for presentation page text areas 1,2,3 and column backgrounds as well as post and pages. How can I do this?

    Is there a solution for this?

    This is the best wordpress theme I have ever used thank you everyone for making it!

    #38528
    Zed
    Cryout Creations mastermind

    Use custom styling with rgba() colors on the appropriate elements.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #38535

    Hello Zed, I tried this many times but it did not work for me. So in colours section in the nirvana settings, I enter rgba colours and replace the hex entries? Do you have any samples, examples of this? Thank you.

    #38701
    Zed
    Cryout Creations mastermind

    In the theme’s settings you can only enter hex values (#rrggbb). To apply rgba() you need to use custom styling:
    element, #element_id, .element-class { background-color: rgba( red, green, blue, transparency ); }
    For example:
    body #pp-texttop { background-color: rgba(128, 128, 128, 0.5); }
    to apply a 50% grey bg on the first text area. The other areas are:
    body #front-columns-box – columns
    body #pp-textmiddle – second text area
    body #pp-textbottom – third text area

    Posts and pages are more difficult to do this on.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Transparency background for presentation page’ is closed to new replies.