Search result page grid problem.

dear,
check the image please.

13 answers

Profile photo of chavan 100.00 $tone May 19, 2011
Public

File Path: \app\design\frontend\default\jm_mozanis\layout\cat alogsearch.xml

Find the following Code replace it

Code:

<action method="setColumnCount"><count>4</count></action>

with

Code:

<action method="setColumnCount"><count>3</count></action>

Note: If you Find my Post useful please click on the Thanks Icon

#7
Profile photo of chavan 100.00 $tone May 19, 2011
Public

another css problem,the coler of the price is the as background.
Attachment 13065

Add the Following css code to this file /skin/frontend/default/jm_mozanis/css/theme.css

Code:

 
#cart-sidebar .price {
  color:#FFFFFF;
}

Set color coding in the above css code like #ECECEC, #333 etc…

#8
Profile photo of chavan 100.00 $tone August 2, 2011
Public

hi, it works for me just in a part. there is visible price of item in a cart, but price subtotal is still the same color as background. any ideas?

post your site url and also the screenshot which text’s color you need to change to what color.

Thanks

#10
Profile photo of chavan 100.00 $tone August 2, 2011
Public

GO to this File path: /skin/frontend/default/jm_mozanis/css/theme.css

Add this Code

Code:

.block-cart .subtotal .price, .block-cart #cart-sidebar .price {
    color: #FFFFFF;


}

Note: If you Find my Post useful please click on the Thanks Icon

#12

This question is now closed

Written By

Comments