Stiling stile3.css with ovrride.css

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue May 14, 2013 10:13 am
Reply with quote
Report this post
Hi. to all.

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.
User avatar
Senior Boarder

GK User
Tue May 14, 2013 10:29 am
Reply with quote
Report this post
If You have enabled override.css in your template settings, than You can copy whole blocks of css code and change them in override.css (or just the proprieties You would like to change).
Override.css is loaded after all other styles so it will override anything You will put inside.
User avatar
Moderator

GK User
Tue May 14, 2013 10:51 am
Reply with quote
Report this post
Thank you I overlooked this setting in Advanced settings of the template now it works just fine.

Best regards.

David
User avatar
Senior Boarder


cron