- This topic has 6 replies, 2 voices, and was last updated 2 days, 23 hours ago by
chris_g.
-
AuthorPosts
-
May 22, 2023 at 12:41 am #318361
chris_g
ParticipantIs it possible to set all elements to a transparent background so the background image set in the theme can be seen. Currently these elements are controlled by the colors section, the posts and side bars are white but the top menu is black when I switch light. I would like all the elements to be transparent.
May 22, 2023 at 3:24 am #318369tikaram
Keymaster@chris_g : Please post in your site URL so that I can check and provide you the required additional css.
Regards,
TikaramMay 23, 2023 at 1:36 am #318385chris_g
ParticipantMay 25, 2023 at 2:07 am #318423tikaram
Keymaster@chris_g :Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.
#header-menu #access { background:unset; } .widget, .vlp-layout-basic, #header-menu #access { background-color: transparent !important; }
Let me know if this helps you out.
Regards,
Tikaram
May 25, 2023 at 10:31 pm #318439chris_g
ParticipantWow, that was awesome, thank you! It’s beautiful! All the sidebars and top menu are transparent and completely readable against the background. I love seeing stars peeking out from the menu items!
What’s the element for the post’s boxes? They are still solid. As you saw from my site, it’s a burgeoning astrophotography site and the real jewel is the background and the target is hidden.
These same customizations would work in Catch Flames Pro? Can you do featured backgrounds?
May 26, 2023 at 2:39 am #318445tikaram
Keymaster@chris_g : Replace the previous css with the following additional css.
#header-menu #access { background:unset; } .widget, .vlp-layout-basic, #header-menu #access, .hentry { background-color: transparent !important; }
Let me know if this works as desired.
Regards,
TikaramMay 27, 2023 at 2:20 am #318469 -
AuthorPosts
- You must be logged in to reply to this topic.