Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #172168
    Lars Christensen
    Participant

    I would like the fixed header top to be always on AND transparent. However, these options seems to be mutually exclusive?
    I have tried some of the CSS codes provided in this forum, but none of them had any effect.
    Is there a way to achieve this?
    Thank you in advance 😉

    #172183
    Skandha
    Participant

    @lkchr: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .nav-primary {
    	 background: rgba(0,0,0,0) !important;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    #172243
    Lars Christensen
    Participant

    Thank you for answering. That made the upper menu line transparent. But that is not really what I need. What I want is to make the transparent fixed header permanently visible – as in this screenshot:
    https://www.dropbox.com/s/bwd9jbhnh009lsz/Sk%C3%A6rmbillede%202019-05-09%2014.29.17.png?dl=0

    #172244
    Lars Christensen
    Participant

    …..the reason being, that I need a place to show the name of the web-site, since I have turned of the promotion headline. But on the other hand, I might just turned that back on again, and go with a permanent fixed header.

    #172277
    Skandha
    Participant

    @lkchr: Hello there,
    Sorry for the confusion.
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #172291
    Lars Christensen
    Participant

    Unfortunately, since I’m developing the site its not publicly accessible yet. But anyway: By rearranging the content a bit, I have found that turning tha promotion head-line back on again works well. Consequently, I no longer need the fixed header to be permanently visible anymore.
    Thank you for your involvement.

    #172292
    Skandha
    Participant

    @lkchr: Glad you were able to figure it out. Let me know if you have any other issues.

    Kind Regards,
    Skandha

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