Just go to Appearance - Theme (your current theme you are using)
CSS (scroll to the very bottom and hit carriage return)
Use the CSS below with your image exact size for height and width. If you want to adding padding on the right side of the logo then redo the image and add it on the image itself...it's a lot easier that way.
.site-logo {
min-width: 250px;
}
.site-logo .site-logo-link .site-logo-icon > i {
height: 50px;
}
hi john
im looking for the link in the logo, do you know where i can change it?
example
now yoursite.com
change to yoursite.com/follow
thx in advance
Natalino,
File: PF.Base/module/core/template/default/block/template-log.html.php
Line 15
Orginal
<a href="{url link=''}" class="site-logo-link">
Change to:
<a href="{url link='https://yoursite.com/follow'}" class="site-logo-link">
Now remember, this is a code change so any update or rebuild may overwrite this change so write it down to remember what you did. Let me know if it works for mobile as I didn't check it out.
Have a great day!
hi john
im looking for the link in the logo, do you know where i can change it?
example
now yoursite.com
change to yoursite.com/follow
thx in advance
Hi @Natalino,
just a quick question why you wanted to change the url of the logo?
is your site installed on: yoursite.com/follow
or @ yoursite.com
just wondering what your reasoning is for the change - just curious :)
thanks in advance
Spiro
Paris, I am not saying that is incorrect. I do make a clone copy of the material theme and then add CSS changes to the CSS file through the CSS editor these days as I use to hard code everything and in the old days it would erase everything but I have not had any issues since they fix it a year or two back. I have probably 30 CSS changes on one of my sites and the other at least 150 to 200 CSS changes. In the old days, it would take me a week to update by hand as I would search for each spot and change it by hand. So I am very thankful for this semi-new feature. The key to your statement is that you must make a duplicate/clone which phpfox always recommended to me :)