My question is - How should I mark in override.css file that I want to change something in stile3.css. My example is:
- Code: Select all
/*
#------------------------------------------------------------------------
# Fashion - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/
/* Here you can include your override CSS styles */
/* stile3.css */
#gkPageTop {
background: #FAFAFA;
padding: 10px 0 6px 0;
margin-bottom: 56px !important;
border-bottom: 3px solid #EE7F4E;
}
It's working if I put this changes in template advanced settings as custom code but I will change a lot of css lines so id like to make my own stile or duet in override so that don't mes when I update template. Please advice.
Thank you.
David.