Author Topic: Change Banner in DS-Natural  (Read 1049 times)

Offline Oldcrow

  • Newbie
  • *
  • Posts: 2
    • Email
Change Banner in DS-Natural
« on: Mar 03, 2012, 16:12:12 »
I'd like to replace the DS-Natural in the header with my own Banner.

Cab someone please explain in simple steps..

Thanks Ron..

Online maYday

  • Administrator
  • Hero Member
  • *
  • Posts: 2850
    • DzinerStudio
Re: Change Banner in DS-Natural
« Reply #1 on: Mar 04, 2012, 00:37:09 »
Do you mean you want to replace the logo with your own? Maybe this topic can help you out.  ;)


Offline Oldcrow

  • Newbie
  • *
  • Posts: 2
    • Email
Re: Change Banner in DS-Natural
« Reply #2 on: Mar 04, 2012, 10:06:53 »
Do you mean you want to replace the logo with your own? Maybe this topic can help you out.  ;)

Yes that topic is what I'd like to do.. Check my Banner http://www.theover50goldengroup.com/smf/index.php and you'll see it is much larger or longer. How do I resolve this...Not to smart when it comes to changing files..I will admit that..

Thanks
Ron..

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5657
  • Civilian Support
    • Files4Design
Re: Change Banner in DS-Natural
« Reply #3 on: Mar 04, 2012, 21:03:42 »
I see that you are now using the default theme. If you still need help with the DS-Natural logo find this in index.css and change the width setting to match your new logo size.  ;)

Code: [Select]
#logo a {
    background: url("../images/custom/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    width: 350px;
}
I no longer work here. Please stop sending me messages asking for premium theme support. That is what the Support Boards are for. Thank You!