Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #1407219
    This reply has been marked as private.
    #1407304

    Hi,
    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:
    Enfold_Support_2056.jpeg
    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,
    Mike

    #1408410
    This reply has been marked as private.
    #1408461

    Hi,
    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,
    Mike

    #1408508
    This reply has been marked as private.
    #1408556

    Hi,
    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,
    Mike

    #1408676
    This reply has been marked as private.
    #1408696

    Hi,
    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Text transform & social media icon’ is closed to new replies.