- Posts: 11
- Thank you received: 0
Removing Sparky Logo
-
jxbhome
Inactive member - Topic Author
- New Member
Less
More
9 years 10 months ago #44451
by jxbhome
Removing Sparky Logo was created by jxbhome
Is there any way, through the GUI, to remove the graphic that appears to the left of the site logo or can it only be done through code? If just code, can you advise what code to amend?
I cannot find any obvious method. I have setup my own logo in Logo Image Settings and that displays OK - just it has the Sparky layout graphic as well (as per the attachment).
Also if I amend the code what happens if you issue a new version of the theme. Will I have to redo the changes?
Apologise if this is obvious but newcomer to these themes.
Thanks - John
I cannot find any obvious method. I have setup my own logo in Logo Image Settings and that displays OK - just it has the Sparky layout graphic as well (as per the attachment).
Also if I amend the code what happens if you issue a new version of the theme. Will I have to redo the changes?
Apologise if this is obvious but newcomer to these themes.
Thanks - John
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44453
by ivan.milic
Replied by ivan.milic on topic Removing Sparky Logo
That graphic is added by css , open template_css.css, you will find this:
.mp_logo .cell_pad {
background: url(../images/custom/logo.png) no-repeat left;
padding: 17px 0 17px 45px;
}
you can just delete that or customize it
.mp_logo .cell_pad {
background: url(../images/custom/logo.png) no-repeat left;
padding: 17px 0 17px 45px;
}
you can just delete that or customize it
Please Log in to join the conversation.
-
jxbhome
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
9 years 10 months ago #44455
by jxbhome
Replied by jxbhome on topic Removing Sparky Logo
Thank you for this.
Are there plans to enhance the GUI to be able to remove/change these sort of things?
For amateurs such as myself we need to be able to change as much of the template as possible without diving into code we are not sure how to amend. That is one of the fundamentals of any CMS in that the end user should not have to play around with code.
Thanks - John
Are there plans to enhance the GUI to be able to remove/change these sort of things?
For amateurs such as myself we need to be able to change as much of the template as possible without diving into code we are not sure how to amend. That is one of the fundamentals of any CMS in that the end user should not have to play around with code.
Thanks - John
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44461
by ivan.milic
Replied by ivan.milic on topic Removing Sparky Logo
Well in that case not. It was kind a part of regular template design so it was put in code to css file
Please Log in to join the conversation.
Time to create page: 0.183 seconds