Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #720112

    how can i change this font to upper an lower case? http://imgur.com/a/tHtFA

    #720116

    And i have one big problem. After an enfold update i have this facebook share icons in the enfold footer: http://imgur.com/a/7kj2G

    Can you please help me with the css code to disable this function? i cannot find the error code in the style.css file :) Thank you and good night. Greetings from vienna, Alexander

    #720185

    Hi Alex,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-icon-list .iconlist_title {
        text-transform: none !important;
    }

    The facebook buttons in your footer looks to be added with a widget, please remove it under Appearance->Widgets.

    Best regards,
    Rikard

    #720198

    Thank you Rikard, but the css code does not work :(

    #720209

    And one more little thing. how can i disable the footer widget here: http://imgur.com/a/3HaS4
    i have chosen “only show footer without widget” in the enfold settings but there is still a widget. please help me to remove it. thank you.

    #721149

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-icon-list .av-iconlist-empty .iconlist_title {
        text-transform: none !important;
    }
    

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.