-
AuthorPosts
-
May 31, 2014 at 11:27 pm #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!
May 31, 2014 at 11:53 pm #272854Hi!
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,
JosueJune 1, 2014 at 11:46 am #272948Hello 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
June 1, 2014 at 7:13 pm #272999Yes there is, can you post the link to your website please?
Regards,
JosueJune 1, 2014 at 10:34 pm #273035This reply has been marked as private.June 2, 2014 at 6:09 am #273092Hey!
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,
DevinJune 2, 2014 at 8:51 am #273128This reply has been marked as private.June 2, 2014 at 1:31 pm #273234Hi!
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!
IsmaelJune 2, 2014 at 11:13 pm #273576This reply has been marked as private.June 3, 2014 at 1:58 am #273654Hey!
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!
IsmaelJune 3, 2014 at 12:08 pm #273823This reply has been marked as private.June 3, 2014 at 4:23 pm #273967Hi!
Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu” and change font color as needed
Best regards,
YigitJune 3, 2014 at 10:15 pm #274251Hello Yigit,
no, my settings were not accepted for this section, as for some other sections too – please see my correspondence above.
Regards
AnjaJune 3, 2014 at 10:19 pm #274256Hi!
Please add following code to Quick CSS field
.phone-info span, #top .social_bookmarks li a { color: white !important; }
Regards,
YigitJune 3, 2014 at 11:17 pm #274300Perfect – thanks a lot!
-
AuthorPosts
- The topic ‘Header and footer Enfold default style?’ is closed to new replies.