-
AuthorPosts
-
May 10, 2023 at 2:26 pm #1406994
Hey Enfold Support
I’m trying to change the text transform from uppercase to Standard. All H1-H6 are writing uppercase as default also after change to standard in text transform under advance styling. Where should it be changed?
Social media icon in second menu (Small bar above Main Menu )
Text and icon should be black. After changing color in advanced styling->Small bar above Main Menu ->font color #000000 only the text has changed. How can I get the icon to change color?Is it a matter of css?
Thx & Best regards Lene
May 12, 2023 at 11:42 am #1407219This reply has been marked as private.May 13, 2023 at 9:30 pm #1407304Hi,
Thanks for your patience and the link to your site, in your Enfold Theme Options ▸ Advanced Styling I found that your H tags were set to use uppercase text transform:
I changed this to standard for you and added this css to your Quick CSS:.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{ text-transform: none; }
I don’t see an social icon in the topbar so I assume that you are asking to change your social icon to black before scroll, as it is black after scroll.
So I added this css to your Quick CSS:#top .av_header_glassy.av_header_transparency .social_bookmarks li a { color: #000; }
Please clear your browser cache and check.
Best regards,
MikeMay 24, 2023 at 12:19 pm #1408410This reply has been marked as private.May 24, 2023 at 6:17 pm #1408461Hi,
The above css doesn’t look right, but your site is not showing footer icons I only see a shortcode,[social-bookmarks]
please enable the function to make the shortcode work and try this css:#footer .widget ul.social_bookmarks { display: inline-flex; gap: 0px 10px; } #footer .widget ul.social_bookmarks li { border: none }
Best regards,
MikeMay 25, 2023 at 10:35 am #1408508This reply has been marked as private.May 25, 2023 at 4:50 pm #1408556Hi,
The reason that you are not seeing your social icon in your footer and instead see the shortcode[social-bookmarks]
is because you didn’t add the function to make the shortcode work to your child theme functions.php, I added it for you and now it works.
This was the thread you are trying to duplicate, thanks to Guenni007’s solution.Best regards,
MikeMay 26, 2023 at 1:39 pm #1408676This reply has been marked as private.May 26, 2023 at 3:42 pm #1408696Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Text transform & social media icon’ is closed to new replies.