Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98685
    Robert
    Participant

    Hi community,

    is their any possibility to set opacity of the choosen colours to different levels?

    Thanking in advance.

    Best Robert

    #98711
    Pratik
    Keymaster

    Hi Robert,
    Currently it is not possible due to the limitation on WordPress Color Picker used in Settings. If there are just a few that you want to make transparent, let me know in the here and I will provide you with custom CSS.
    If there are a lot of customization, then you will need to hire a customizer.

    Also, please post in your site url.

    Regards,
    Pratik

    #98745
    Robert
    Participant

    Hi Pratik,

    thank you very much for your fast response.

    I just like to set the opacity of the menu bar and background of the wrapper.

    Website: http://www.schlank-an-einem-tag-com/patric-heizmann

    Best Robert

    #98753
    Pratik
    Keymaster

    Hi Robert,
    You can use following code in Appearance=> Customzie=> Theme Options=> Custom CSS box:
    For menu:

    
    .nav-primary {
        background: rgba(34, 34, 34, 0.70);
    }
    

    You can increase or decrease the value of 0.70 to make it more/less opaque. 70 = 70%

    For wrapper background:

    
    .site-content {
        background: rgba(255, 255, 255, 0.80);
    }
    

    .80 = 80%

    Let me know how it goes.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Opacity’ is closed to new replies.