 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
May 15, 2015 at 11:37 pm #445188Hi, 
 Is there a release note or feature note for enfold 3.1.5the reason for asking is, i have noticed a change in the way tables are layout, there is more cell padding etc also the SHARE social media icon boxes have no color unless you hover over them. thanks 
 http://www.ChequeredFlagMedia.com
 aleksMay 18, 2015 at 4:36 pm #445796Hi Aleks! You can find Change log here – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog 
 If you would like social share buttons to be colored on initial load, please add following code to Quick CSS#top #wrap_all .av-social-link-twitter a { color: #fff; background-color: #46d4fe; } #top #wrap_all .av-social-link-facebook a { color: #fff; background-color: #37589b; } #top #wrap_all .av-social-link-gplus a { color: #fff; background-color: #de5a49; } #top #wrap_all .av-social-link-pinterest a { color: #fff; background-color: #cb2027; } #top #wrap_all .av-social-link-linkedin a { color: #fff; background-color: #419cca; } #top #wrap_all .av-social-link-mail a { color: #fff; background-color: #9fae37; }Cheers! 
 YigitMay 18, 2015 at 7:07 pm #445961Hi Yigit Thanks for your replay and release notes. After a lot of search on the website, I found the last update i did over wrote my custom.cc file which had all the margins and padding remove for tables, tabs & dropdown boxes. I found a backup copy and restore things back to normal, i think i will install the child theme to stop this from happening again. below is the contents of the custom.css file, i know alot of this can now be changed in the new version of the theme. /*SOCIAL MEDIA ICONS SECTION */ 
 /*#top #wrap_all .av-social-link-facebook a{ color: #fff; background-color: #3B5998; text-decoration: none; }*/
 /*#top #wrap_all .av-social-link-twitter a{ color: #fff; background-color: #4099ff; text-decoration: none; }*/
 /*#top #wrap_all .av-social-link-mail a{ color: #fff; background-color: #ffcc00; text-decoration: none; }*/
 /*#top #wrap_all .av-social-link-youtube a{ color: #fff; background-color: #c4302b; text-decoration: none; }*/
 /*#top #wrap_all .av-social-link-pinterest a{ color: #fff; background-color: #C92228; text-decoration: none; }*/
 #top #wrap_all .social_bookmarks li:hover a{ background-color: transparent; color: #fff; }
 .social_bookmarks li { margin-right: 5px; }
 /* Social Icon spacing */
 /* SCREEN RESPONSIVE SECTION THIS IS TO MAKE THE LOGO AND MENU WORK TOGETHER LOL */
 @media only screen and (max-width: 640px)
 {
 .responsive .logo a, .responsive .logo img
 { width:100%; height: auto !important; float:left; margin:0; padding:0; top:0; }
 #advanced_menu_toggle { top: 52px; }
 .responsive #header .social_bookmarks { top: 55%; margin:0; padding:0; left: -15%; }
 .responsive.html_header_top #header_main .social_bookmarks { display: block; top: 55%; margin:0; padding:0; left: -15%; }
 }/* LAYOUTS & CONTAINERS SECTION */ 
 .avia-team-member { margin:5px; }
 .content, .sidebar { padding-top: 5px; padding-bottom: 0px; }
 /* this is the spacing on the main page */
 .inner_sidebar { margin-left: 10px; margin-right: 0px; padding:0px; }
 .togglecontainer { margin: 0px 0px; padding: 0px; }
 /* this is the Accordion box on the page */
 .js_active .toggle_content { padding: 3px; margin: 0px; border-color: #c0c0c0; } /* corsa rossa */
 /* this is for the Accordion content details */
 .js_active .toggler { border-color: #c0c0c0; background-color: #222222} /* corsa rossa */
 /* this is the Accordion title border area */
 .tabcontainer { margin:0px 0px; }
 /* this is for the content of the Tab box */
 .js_active .tab_content { padding: 5px; margin: 0px; }
 /* this is the content of the Tab box expanded */
 .js_active .top_tab .tab { border-color: #d20000; } /* corsa rossa */
 .js_active .active_tab_content { border-color: #d20000; } /* corsa rossa */
 /* this is for the Tab titles and expanded tabs borders */
 .av-special-heading { margin-top: 0px; }
 /* this is for the Special Heading text */
 .special-heading-inner-border { border-top-width: 2px; border-top-style: none; }
 /* this is for the Special Heading line style */
 .hr { border: none; margin: 0px 0 !important; height: 15px; clear: both; }
 span.hr-inner, .hr-inner-style { border-color: #ffffff!important; }
 /* this is for the Horizontal Rule */
 .avia_textblock { padding: 5px 0px 0px 0px; margin: 0px; }
 table { margin: 0px; }
 th { padding: 0px; margin: 0px; border: none; }
 td { padding: 5px; margin: 0px; border: none; }
 tr th:first-child, tr td:first-child { border-left-style: none; margin: 0px; }
 tr:first-child th, tr:first-child td { border-top-style: none; margin: 0px; }.single-post .post-entry .big-preview { display:none !important; } 
 /* This stops the preview image being displayed in the post */
 /*
 Desktop Styles
 ================================================== */
 /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
 @media only screen and (min-width: 768px) {
 /* Add your Desktop Styles here */
 }/* 
 Mobile Styles
 ================================================== */
 /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
 @media only screen and (max-width: 767px) {
 /* Add your Mobile Styles here */
 }I put some rem statements in to remind me of what it changed lol maybe useful content for other users. thanks again for you reply regards 
 AleksMay 18, 2015 at 7:21 pm #445969Hey Aleks! Glad you figured it out. Yes, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move your custom CSS code into style.css file of your child theme Best regards, 
 Yigit
- 
		AuthorPosts
- You must be logged in to reply to this topic.
