Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #127851
    knepulski
    Participant

    Hello,

    My following questions are…

    1. How do turn off the transparency on my top menu bar?

    2. I want to make -some- of my posts transparent. How can I do this?

    3. How do I make my footer transparent?

    Website: http://www.trendfly.org/

    greetz

    André

    #127853
    knepulski
    Participant

    http://www.angeln-greifswald.de and then i want to set a transparancy to post background color

    #127901
    tikaram
    Keymaster

    @knepulski :1) DO you want to turn the transparency off after scroll or before scroll ?
    2) Can you please explain further about some of your post or example post where you would like to make it transparent.
    3) What kind of color or transparency do you want to make on footer as there are no any background images in the footer.

    To add transparency to post background on http://www.angeln-greifswald.de, add the following additional css

    #content article {
    	background-color: rgba(255,255,255,0.8);
    }

    Regards,
    Tikaram

    #128245
    knepulski
    Participant

    That´s great, this is what i would like to do. How can I change the same for the right sided widgets an menu?

    greetings André

    #128296
    tikaram
    Keymaster

    @knepulski: I am getting database connection error while trying to access your site. Please let me know when your site is accessible.

    Regards,
    Tikaram

    #128309
    tikaram
    Keymaster

    @knepulski: Add the following additional css to make the widgets and menu transparent.

    #secondary .widget {
    	background-color: rgba(255,255,255,0.8);
    }
    #masthead {
    	background-color: rgba(255,255,255,0.8);
    }

    Regards,
    Tikaram

    #128320
    knepulski
    Participant

    That´s great, thanks for good support.

    Would it be possible to decrease the margin in the borders for posts, menues and widget. I marked it in the following picture –> https://picload.org/view/ddgcddaw/2017-12-20_10-02-08.jpg.html

    where can i find a list of all support css functions for my theme ?

    greetings André

    #128424
    tikaram
    Keymaster

    @knepulski: Go to Appearance => Customize => Additional css and add the following css.

    #content .hentry, #secondary .widget, #comments {
    	padding: 5px;
    }

    Let me know if you need any further assistance.

    Regards,
    Tikaram

    #128692
    knepulski
    Participant

    Thank you, that worked fine. Is it possibible to change the right margin in widget´s , too ?

    https://picload.org/view/ddddplrw/2017-12-27_10-01-12.jpg.html

    #128763
    tikaram
    Keymaster

    @knepulski: The right margin is fine when I checked it from my end. Please view the screen shot from the following link.
    Screen shot: https://prnt.sc/ht8scx
    Please try clearing cache at your end.

    Regards,
    Tikaram

    #129367
    knepulski
    Participant

    yes you are right, i mean the wigdet but it depends on the facebook wigdet, right?

    It´s possible to decrease facebook widget?

    https://prnt.sc/hxju4c

    tnx

    #129419
    tikaram
    Keymaster

    @knepulski: It can be decreased but the facebook widget will get cropped and it will not look good.

    Regards,
    Tikaram

    #129422
    knepulski
    Participant

    okay thanks for your great support 🙂

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