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.
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
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
Hey!
Please add !important rule to Ismael’s code as following
h2 {
text-transform: none!important;
}
Best regards,
Yigit
EXCELLENT!
Thank you so much!
Brandon.