Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316193

    I’ve added a second image (join button) to the header but I have been unable to make it actually clickable, no matter what I’ve tried. If you can please help me, I will be much obliged. I also would like to make the background header image disappear when the site is viewed on a phone.

    #316524

    Hey elibeachy!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .join_button {
    z-index: 99;
    }

    Best regards,
    Yigit

    #317404

    Brilliant! Works perfectly. Just one more thing, how can I get the header background image to not be visible when the site is viewed on a phone?

    #317407

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .header_color .header_bg { background: none !important; }}

    Regards,
    Yigit

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