Need Simple CSS Help

by 4 replies
5
Hi there, I am trying to edit a simple CSS file but have no idea what I am doing. Can anyone help?

This is the page I am trying to edit: http://getpaidwithfitness.com/admin/...p?user=bbcoach

All I want to do is take off the bbleadcapturepage.com and the control panel image tab thingy...can I do this by editing this file below?

Any help would be greatly appreciated.

Thanks in advance!

body {
background-color: #000000;
}

.mylink {
font-size: 8pt;
font-weight: bold;
color: #AF2826;
text-decoration: none;
}
.mylink:hover {
text-decoration: underline
}

hr { height: 1px; color: #4C0A0A; }

.stext {font-family: Arial; font-size: 7pt; color: #ffffff}

.mtext {font-family: Arial; font-size: 10pt; font-weight: bolder; color: #1F0404}
.title {font-family: Arial; font-size: 16pt; font-weight: bolder; color: #4C0A0A}
.added {font-size: 7pt;}

.copyright {
position: absolute;
top: 84px;
left: 0px;
width: 996px;
text-align: center;
font-family: Arial;
font-size: 7pt;
color: #ffffff;
}
#website design #css #simple
  • It looks to me as the logo and the control panel image are ONE. So you would want to go into the "header" file and remove the html img code. Look for this image link getpaidwithfitness. com/admin/order-top.jpg (which is the image of that header)
  • No, you can't do it with that file. D37 is right, those are images and will be located in (most likely) the header file.

    Removing them will change the look quite a bit. If you have any photo editing skills, you could edit the photo to say what you want and keep the overall look that you already have.
  • Yes, it is one image. If you remove it, you will still have a gold edge running along the sides of your page unless you also remove the that image.
    • [1] reply
    • I suggest just locating the header image hxxp://getpaidwithfitness.xxx/admin/order-top.jpg

      and just open it up in a image editing program as simple as Paint and just color white over it then save and re upload.

      The border and header is one big image and if you remove it, it will be all jacked up..

      Steve

Next Topics on Trending Feed

  • 5

    Hi there, I am trying to edit a simple CSS file but have no idea what I am doing. Can anyone help? This is the page I am trying to edit: http://getpaidwithfitness.com/admin/...p?user=bbcoach