maxdome
Chevereto Member
If you want to put a color in the (Sign In) button,
edit the headers.php file (app/themes/Peafowl/header.php) and change this code in (line 279).
Before:
After:
where blue can change it to another color: blue, green, orange, red, grey, black, white
*Remember, this affects also the Mobile and Tablet colour button!
DEMO: PC
		
		
	
	
		
	 
DEMO: MOBILE
		
	 
If you liked my idea, please click the "like" button 🙂
Best Regards:
Gio
				
			edit the headers.php file (app/themes/Peafowl/header.php) and change this code in (line 279).
Before:
<span class="top-btn-text"><span class="icon icon-login tablet-hide laptop-hide desktop-hide"></span><span class="text phone-hide phablet-hide"><?php _se('Sign in'); ?></span></span>
After:
<span class="top-btn-text top-btn-create-account btn blue text"><span class="icon icon-login tablet-hide laptop-hide desktop-hide"></span><span class="text phone-hide phablet-hide"><?php _se('Sign in'); ?></span></span>
where blue can change it to another color: blue, green, orange, red, grey, black, white
*Remember, this affects also the Mobile and Tablet colour button!
DEMO: PC
	DEMO: MOBILE
	If you liked my idea, please click the "like" button 🙂
Best Regards:
Gio
			
				Last edited: