Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #129032
    Dennis Johnson
    Participant

    Hi, I use a plug in that enables a Print option on my pages. The button goes over my Header bar at the top when you scroll to the bottom of the page – https://naturalspacesdomes.com/dome-system/. I reached out to support from the plug in and they recommended to add z-index:2000 to your header.

    I am wondering where I can enter this on this theme?

    Thanks,
    Michele

    #129046
    Skandha
    Participant

    Hello @dennis Go to Appearance => Customize => Additional CSS and add the following code

    #masthead {
    z-index: 2000;
    }

    Let me know if this solves the issue.

    Regards,
    Skandha

    #129047
    tikaram
    Keymaster

    @nsd: Go to Appearance => Customize => Additional css and add the additional css provided by plugin support. Let me know if you need any further assistance regarding the issue.

    Regards,
    Tikaram

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding Code to Header’ is closed to new replies.