Tagged: footer copyright
-
AuthorPosts
-
July 3, 2023 at 6:22 pm #1412350
Hello, hired a developer to edit the copyright footer. He told me to try to add this to footer css, but since I use child theme, is not an option. How can I implement this code in a child theme, maybe on style or functions? I tried on additional css but changes did not happen.
body { margin: 0; } .lenos-footer { background-color: #333; color: #eee; text-align: center; } .footer-container { max-width: 1190px; display: flex; align-items: center; justify-content: space-between; padding: 15px 50px; } .footer-container .copyright { font-size: 17px; } .ssl-secure-payment { display: flex; align-items: center; } .ssl-secure-payment-left { display: flex; align-items: center; } .ssl-secure-payment-header { font-size: 17px; font-weight: bold; margin: 0; margin-bottom: 15px; } .ssl-secure-payment-des { font-size: 16px; margin: 0; } .ssl-secure-payment-wrapper { text-align: start; } @media (max-width: 1200px) { .footer-container { flex-direction: column-reverse; } .ssl-secure-payment { margin-bottom: 10px; } } @media (max-width: 900px) { .ssl-secure-payment { flex-direction: column; } .ssl-secure-payment-left { margin-bottom: 10px; } }
By coptight footer, I mean the one at the very end. Which does not have any built-in theme editing options other than adding a text line in the theme options. https://ibb.co/1TqGpSh
July 4, 2023 at 4:20 am #1412389Hey Jacopotj,
Thank you for the inquiry.
You can add the css code in the Enfold > General Styling > Quick CSS field. Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the code in order to ensure that the changes take effect.
Best regards,
IsmaelJuly 4, 2023 at 4:33 am #1412390Hi, just tried but the change not reflects on copyright footer.
July 6, 2023 at 3:34 am #1412581Hi,
Thank you for the update.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings, and purge the cache afterwards to ensure that the changes take effect.
The container or element “ssl-secure-payment” does not exist in the default footer template, so it must have been added manually by your developer. Additionally, the class “lenos-footer” is not included in the template by default. Please ask your developer to check the footer.pph file and make sure that these elements actually exist in the footer container.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.