Removing the CMSMS icon and text in the upper left corner?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
LeifErikIngvar
New Member
New Member
Posts: 5
Joined: Wed Oct 24, 2012 10:08 am

Removing the CMSMS icon and text in the upper left corner?

Post by LeifErikIngvar »

Where do I edit this?
I want to replace with my own logo.

Glad for answers, it's hard to find this..

Best regards,
Leif.
User avatar
magallo
Dev Team Member
Dev Team Member
Posts: 117
Joined: Thu Mar 24, 2011 12:37 am

Re: Removing the CMSMS icon and text in the upper left corne

Post by magallo »

Where? in the frontend or admin area?
SpringSummer
Forum Members
Forum Members
Posts: 11
Joined: Sun Jan 06, 2013 6:28 pm

Re: Removing the CMSMS icon and text in the upper left corne

Post by SpringSummer »

LeifErikIngvar wrote:Where do I edit this?
I want to replace with my own logo.

Glad for answers, it's hard to find this..

Best regards,
Leif.
In the main CSS file associated with your template. It's an image.
LeifErikIngvar
New Member
New Member
Posts: 5
Joined: Wed Oct 24, 2012 10:08 am

Re: Removing the CMSMS icon and text in the upper left corne

Post by LeifErikIngvar »

SpringSummer wrote:
LeifErikIngvar wrote:Where do I edit this?
I want to replace with my own logo.

Glad for answers, it's hard to find this..

Best regards,
Leif.
In the main CSS file associated with your template. It's an image.
I still don't find it...
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: Removing the CMSMS icon and text in the upper left corne

Post by paulbaker »

Maybe post your template and CSS?
SpringSummer
Forum Members
Forum Members
Posts: 11
Joined: Sun Jan 06, 2013 6:28 pm

Re: Removing the CMSMS icon and text in the upper left corne

Post by SpringSummer »

CSS: Layout: Left sidebar + 1 column:

Code: Select all

   background: #385C72 url([[root_url]]/uploads/images/sitelogo.gif) no-repeat 0 12px; 
or for old templates:

Code: Select all

   background: #385C72 url(/uploads/images/sitelogo.gif) no-repeat 0 12px;
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Removing the CMSMS icon and text in the upper left corne

Post by Dr.CSS »

If you are using one of the default templates they have a lot of comments in them to point you to the style sheet that controls the look of that part...

{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet "Layout: Top menu + 2 columns" *}
<div id="header">

{* this holds the name of the site on the right side *}
<h2 class="headright">{sitename}</h2>

{* a link back to home page and the header left image/logo, text is hidden using CSS *}
<h1>{cms_selflink dir="start" text="$sitename"}</h1>
<hr class="accessibility" />
</div>
{* End Header *}
Post Reply

Return to “Layout and Design (CSS & HTML)”