Hi
1) I want to change the top small social icon top nav background colour to blue with white text.
2) Also on top main navigation (Home, etc) changing font to Uppercase (HOME, etc) and colour from grey to black
3) The footer second column has all the page references in there what is controlling that..
4) Disabling the scaling on the logo..
5) Can all responsive designs have option – to also view desktop version, if people dont want to view responsive (think that is the way forward both options)
Hey newmediaz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
#header_meta { background-color: blue; }
#header_meta a, .header_color .phone-info { color: white; }
2)
.header_color .main_menu ul:first-child > li > a { color: black; text-transform: uppercase; }
3) You should go to Appearance > Widgets and find Footer Second column widget area and add any other widget that you would like to display. If you would like to certain pages, please refer to this post https://kriesi.at/support/topic/footer-menus/#post-177923
4)
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 116px!important; line-height: 116px!important; }
.logo, .logo a, .logo img { max-height: 116px!important; }
5) No, you are going to either look for a plugin that does that or hire a freelance developer if you really need it
Cheers!
Yigit