Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #460405

    Hello,

    I’d like to display the socket area above the main contents. In some height, I see main contents blocks the socket area and I can’t see the copyright statement and social media icons.

    Also I wonder if I can disable the uppercase tag in H2 paragraph.

    Look forward to hearing from you.

    Thank you.

    #460648

    Hey omnivoroussoon!

    Thank you for using Enfold.

    Use this in the Quick CSS field to fix the socket or footer:

    #socket {
      z-index: 100;
    }

    Use this one for the H2 headings:

    h2 { 
    text-transform: none;
    }

    Regards,
    Ismael

    #460924

    Hey Ismael,

    Thank you so much. I was able to solve the 1st issue.
    But the H2 still come with all caps. Could you provide me any other suggestion please?

    Best,

    Brandon

    #460930

    Hey!

    Please add !important rule to Ismael’s code as following

    h2 { 
    text-transform: none!important;
    }

    Best regards,
    Yigit

    #460937

    EXCELLENT!

    Thank you so much!

    Brandon.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display the socket (footer) above the contents’ is closed to new replies.