Logo 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
Fri Jan 13, 2017 10:14 am
Reply with quote
Report this post
Hi there, i try to look on the forum, but didn't find anything that answer my question, maybe it's so obvius than nobody has ask that question... So sorry if it's a stupid question.

I don't know how to change the css logo. I'm ok for image and text logos.

can someone help me changing that, with an easy explaination?

ty in advance,

:)
User avatar
Fresh Boarder

teitbite
Tue Jan 17, 2017 6:03 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.svg #gkLogo.cssLogo {
    background-image: url("/joomla25/john/templates/gk_john_s/images/logo.svg");
}


or

Code: Select all
#gkLogo.cssLogo {
    background-image: url("/joomla25/john/templates/gk_john_s/images/logo.png");
}


if You are not using SVG image.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.