Advertisement:

Author Topic: (solved) thanks to PHPD  (Read 1628 times)

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
(solved) thanks to PHPD
« on: November 13, 2012, 06:40:11 pm »
hello all
 how can i remove this line

thanks
« Last Edit: November 26, 2012, 05:32:34 pm by Legion »

phpd

  • Full Member
  • ***
  • Posts: 236
Re: how to remove this line see photo
« Reply #1 on: November 14, 2012, 11:14:05 pm »
give me the website name so i can give u the exact css line

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
Re: how to remove this line see photo
« Reply #2 on: November 16, 2012, 12:01:26 am »

phpd

  • Full Member
  • ***
  • Posts: 236
Re: how to remove this line see photo
« Reply #3 on: November 16, 2012, 05:33:30 pm »
u need to locate in your style.css the following lines:

.home #main .categories .category ul {
  -webkit-box-shadow:#BFBFBF 0 0 5px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px dashed #8BCBDF;
  box-shadow:#BFBFBF 0 0 5px;
  height:180px;
  overflow-y:scroll;
  padding-left:3px;

Just remove the ones with bold

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
Re: how to remove this line see photo
« Reply #4 on: November 16, 2012, 08:21:55 pm »
thanks a lot Dear

phpd

  • Full Member
  • ***
  • Posts: 236
Re: how to remove this line see photo
« Reply #5 on: November 16, 2012, 10:28:51 pm »
locate in style.css at line 47 and add background image or background collor

.container {
    margin: 0 auto;
    width: 970px;
    background-collor: #123; -> add this line for a collor
or use this code for an image (dont forget to upload it)
    background-image: url(http://oc-content/themes/your_theme/images/your_image.png);

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
Re: how to remove this line see photo
« Reply #6 on: November 17, 2012, 01:39:30 pm »
I did add but no changes seen
at line .container { margin:0 auto; width:970px; background-collor: #123; }

phpd

  • Full Member
  • ***
  • Posts: 236
Re: how to remove this line see photo
« Reply #7 on: November 17, 2012, 02:00:32 pm »
i`ve tried with firebug and worked for me. Just do your best, install firebug and play with values or new property.

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
Re: how to remove this line see photo
« Reply #8 on: November 17, 2012, 02:13:56 pm »
yes Dear i tried with firebug too

phpd

  • Full Member
  • ***
  • Posts: 236
Re: how to remove this line see photo
« Reply #9 on: November 17, 2012, 06:35:16 pm »
try again and also refresh and clear your browser cache.
see the atached image
added line background-color #dddddd;

PS Sorry for my mistake it is backgroud-color not collor how i wrote it in the 1st post.
« Last Edit: November 17, 2012, 06:37:34 pm by phpd »

Legion

  • Hero Member
  • *****
  • Posts: 622
  • I am founder of top20remedies.com buyeradvise.com
Re: how to remove this line see photo
« Reply #10 on: November 20, 2012, 04:37:20 pm »
thanks dear for your help

phpd

  • Full Member
  • ***
  • Posts: 236
Re: (solved) thanks to PHPD
« Reply #11 on: November 20, 2012, 08:06:45 pm »
u`re welcome