how do i remove the small line under logo ?

http://casual.demo.ubertheme.com/
 
theres a small line under logo on top of new arrivals, how to we remove this line /

3 answers

Profile photo of Ziven Staff 100280.00 $tone March 30, 2015
Public

Hi Van,
Please go to the file: skin/frontend/default/jm_casual/css/styles.css at line 1015 and remove the background like below:

.col-left.side-col .block:first-child {
background: url('../images/bg-block-title.png') top left no-repeat; -> change to background: none;
width: 100%;
border: 0;
margin: -43px 0 30px 0;
padding: 42px 0 0 0;
}

Best Regards,
Ziven.

#1
Profile photo of vanderex 500.00 $tone April 6, 2015
Public

this doesnt work and the compare block gets messed up, also the logo cant be clicked to redirect to home page, thats a must no ? what file is that 

#2
Profile photo of Ziven Staff 100280.00 $tone April 8, 2015
Public

Hi Van,
I’m checked and see it working fine.  Please send me some screenshot and link URL.
Best Regards,
Ziven.

#3

Please login or Register to Submit Answer

Written By

Comments