-
AuthorPosts
-
March 11th, 2022 at 23:09 #127361
Hello,
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 🙂
-
This topic was modified 5 months ago by
cristinastanciu93.
April 27th, 2022 at 19:12 #128967Zed
Cryout Creations mastermindHi,
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. -
This topic was modified 5 months ago by
-
AuthorPosts
You need to log in to reply to this topic.