Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #636464

    Hello,

    I would like for my website to make more transparent my website Something like 0.5 for the opacity.

    I have tried some CSS but Nothing happens as I wanted.

    Thanking you in advance !

    #636845

    Hey agenceism,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Yigit

    #639399

    Hey Yigit

    Here is two different examples :
    http://www.hostingpics.net/viewer.php?id=503586Capture.png

    http://www.hostingpics.net/viewer.php?id=582704Capture2.png

    One of theme there an opacity it seems.

    The other one is smaller and if you click on it the menu appears.

    If possible I would like to make both.

    Thanks again for your availibility !

    #639427

    Your most recent updates (version (3.5.4)), has all the pages with the top menu set to transparent affecting the mobile version on that page. The top menu including the icons using the top menu background colors. Images below should help explain my point. It looks like a global bug within the version release. Can you advice how I can fix this issue?.

    • This reply was modified 8 years, 5 months ago by pkagyema.
    #639478

    Hello,

    It’s different when the menu is on the left because there are more limits. For the background color it seems that I have to put some css but when I am doing it it doesn’t work. I am using the last version for information.

    Also I would like if possible the same effect as this one :
    http://www.hostingpics.net/viewer.php?id=503586Capture.png
    i.e make it smaller and when we click on it make it bigger.

    #639767

    Hi,

    It’s not clear what exactly you are trying to achieve but after looking at the mockups from what I understand you like a transparent menu on the left side correct? please see screenshot below. If that is something you like to do try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .avia-fullscreen-slider .avia-slideshow {  
        min-width: 100vw;
        left: -301px;
    }
    .header_bg{
        background-color: rgba(0,0,0,.15)!important;
        }
    

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.