Transparent block in pages & Primary Accent Color

  • Author
    Posts
  • #127361

    Hello,

    Screenshot

    I am using Bravada theme and I was wondering if is possible to have a solution for:

    1 Setting lower opacity for the white area – I need to see the image in the background
    2. When choosing the Primary Accent Color, it applies in the title header but also highlights the text from Icon Blocks, and the Big Box from the Featured BOXES. The problem is that for the Icon Blocks & FB is not the same opacity as in the title 🙁

    Please help 🙂

    #128967
    Zed
    Cryout Creations mastermind

    Hi,

    The visual details can usually be tweaked with custom styling. If by white area you’re referring to the main content container, the CSS for that should be:

    article.hentry, body:not(.blog):not(.page-template-template-blog):not(.archive):not(.search) #container:not(.bravada-landing-page) .main, body.bravada-boxed-layout:not(.bravada-landing-page) #container {
        background-color: rgba(255,255,255,0.5);
    }

    Adjust the values as necessary.

    The accent color is used in multiple spots and places and in various ways. These uses were not necessarily designed to look identical.


    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 2 posts - 1 through 2 (of 2 total)

The topic ‘Transparent block in pages & Primary Accent Color’ is closed to new replies.