CSS Logo

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
Wed Mar 02, 2016 11:43 am
Reply with quote
Report this post
I would like to use my Logo from CSS .
Where can I find the file to edit ?
User avatar
Expert Boarder

GK User
Wed Mar 02, 2016 2:07 pm
Reply with quote
Report this post
1) I have found the file but after changing it , it does not appear on my front end still the old original John Logo appears ?
2) How can I adjust the width of the logo ? in css ?
User avatar
Expert Boarder

teitbite
Sun Mar 06, 2016 1:00 pm
Reply with quote
Report this post
Hi

All changes should be simply added to override.css file. Please do not change any css files or You will lost Your modifications during update.

Depending on which method You've used for logo solutions can be different. Here are some classes whcih are affecting logo image and it's dimensions.

Code: Select all
.svg #gkLogoSmall.cssLogo {
    background-image: url("/joomla25/john/templates/gk_john_s/images/logo_dark.svg");
}
#gkLogoSmall, #gkLogoSmall.cssLogo {
    height: 38px !important;
    margin: 6px 40px 2px 0;
    width: 90px !important;
}
#gkLogoSmall.cssLogo {
    background: transparent url("/joomla25/john/templates/gk_john_s/images/logo_dark.png") no-repeat scroll 0 0;
}
User avatar
Moderator


cron