Anyone here using A to Z theme? In the admin panel it doesn't allow you to change the Logo Size nor the Copyright information on the footer. Anyone know the full path to the logo size and the copyright footer path?
I've looked for the past few days in FTP no such luck. It's baffling to say the least.
It would be greatly appreciated.
That sounds odd. I don't have the theme but in many cases logos are in the layout editor. Did you check in the Layout editor? The copyright is usually changed in the language manager. You can see the copyright in our demo, https://demo.socialengine.com/admin/language/edit/locale/en?search=copyright&show=all&submit=
Hope that works for you.
Donna, that worked for the footer copyright! Thanks a million!
In the AtoZ theme by SNS in the Layout Editor, it doesn't have a logo insert in Landing or other. It's almost as if it's hard coded. Our logo is distorted and not allowing the Logo to be shown in its full width and slogan.
For example we don't even have a Admin folder in the public_html folder. It's a little, nope a lot different using AtoZ theme. Is there a program that shows full paths of images and text that you know of?
Hello Tristan,
Please use below code for modifying the logo size:
Go to File path:- application/themes/sesatoz/theme.css
Code:-
.header_logo a img{
max-height:35px;
float:left;
}
Regards
Team SNS
Donna you are right on! Thank you! One thing I notice is that our logo is fine but the padding is much larger in height now that we made the change. Any idea?
@SocialNetworking.Solutions I fixed your post. Please follow posted guidelines or I will delete your post next time.
@Tristan, glad the post from SocialNetworking.Solutions helped you.