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

    Hi,

    This relates to the question that I raised here:
    https://kriesi.at/support/topic/embed-rtsocial-code-into-enfold-template/

    The issue was resolved, but since I upgraded Enfold to the most recent version it’s thrown up an issue.
    Basically, the rtsocial social icons that I placed in the top section are now hidden by the semi-transparent header background.

    If I change:
    .header_bg{ position: absolute;}
    to:
    .header_bg{ position: relative;} (for example)

    the social icons can be seen – but the sticky top menu now breaks.

    How do I go about getting both to work at the same time? I’m guessing that there might be a simple change to the header_bg I can make that will fix this issue?

    Thanks,

    Daniel

    #292481

    Hi forum30!

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

    .rtsocial-container * {
    z-index: 99;
    }

    Regards,
    Yigit

    #292483

    Perfect!

    Great support once again.

    #292485

    Hi!

    Thank you for your kind words Daniel :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Embed rtSocial code into Enfold template (now being 'hidden' by header bg)’ is closed to new replies.