Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #272839

    Hello everybody,

    I can’t really customize the header and footer on my pages. In the footer there seems to be Enfold default content (“Interssante Links, Seiten, Kategorien”) in grey font (I didn’t define grey font for any element…), the same grey font appearing above the header. Is there anything I can do about it?

    Thank you!

    #272854

    Hi!

    1. To edit the content in the actual footer go to Appearance > Widget > Footer column, fill those widget areas with the your content.

    2. To edit the style of the footer elements content go to Enfold > General Styling or Advanced Styling.

    Regards,
    Josue

    #272948

    Hello Josue and thank you for your reply!
    Unfortunately the settings I make in the general and advanced styling don’t apply for some of the layout elements. There seem to be default settings that overwrite mine.
    The following problems still occur:

    Grey font I can’t change in:
    -icon list content
    -footer headings
    -rider/tab titles
    -small bar above menu (phone number and social media icons)

    Font in capital letters by default which I would like to change to regular:
    -icon titles
    -icon list titles
    -footer headings
    Is there a way to set this in Quick CSS?

    Thanks a lot

    #272999

    Yes there is, can you post the link to your website please?

    Regards,
    Josue

    #273035
    This reply has been marked as private.
    #273092

    Hey!

    Non-logged in users can’t see unpublished posts and the rest of your site is behind a logged in users only plugin so we can’t see it to assist with any css either.

    For the section issue if you can explain a bit more with an example we’ll see what we can do. It sounds like however you can use the hr shortcode with whitespace which lets you set whitespace at any pixel height you want.

    Best regards,
    Devin

    #273128
    This reply has been marked as private.
    #273234

    Hi!

    Thank you for the update.

    Please post the login details here and set it as a private reply. We’ll need to see the actual live website in order to help you with the changes. If possible, please create a test page with all the elements that you want to change. For starters, you can use this on Quick CSS to change the icon list title:

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

    Cheers!
    Ismael

    #273576
    This reply has been marked as private.
    #273654

    Hey!

    Thank you for the update.

    Use the following css snippets on the Quick CSS field. First, to change the bottom margin of the linked icon, use this:

    .avia_transform .av_font_icon {
    margin-bottom: 15px;
    }

    For the icon list content, you can use this to change the color and font size:

    .main_color .iconlist_content {
    color: red;
    font-size: 15px;
    }

    Use this to change the icon list title, footer widget title and tab title:

    #footer .widgettitle, .main_color .sidebar_tab, .main_color .tabcontainer .tab, .avia-icon-list .iconlist_title {
    text-transform: none;
    color: red;
    }

    Cheers!
    Ismael

    #273823
    This reply has been marked as private.
    #273967

    Hi!

    Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” and change font color as needed

    Best regards,
    Yigit

    #274251

    Hello Yigit,

    no, my settings were not accepted for this section, as for some other sections too – please see my correspondence above.

    Regards
    Anja

    #274256

    Hi!

    Please add following code to Quick CSS field

    .phone-info span, #top .social_bookmarks li a { color: white !important; }

    Regards,
    Yigit

    #274300

    Perfect – thanks a lot!

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Header and footer Enfold default style?’ is closed to new replies.