Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #318361
    chris_g
    Participant

    Is 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.

    #318369
    tikaram
    Keymaster

    @chris_g : Please post in your site URL so that I can check and provide you the required additional css.

    Regards,
    Tikaram

    #318385
    chris_g
    Participant

    Hello,

    Thank you  for the quick response, it’s https://www.gifnet.us/

    Chris

    #318423
    tikaram
    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

    #318439
    chris_g
    Participant

    Wow, 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?

    #318445
    tikaram
    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,
    Tikaram

    #318469
    chris_g
    Participant

    Oh THANK YOU!    –  GifNet.US

    Clear Skies,
    Chris

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Transparent headers, menus, posts’ is closed to new replies.