Please Help!I want to remove the module below the text "Lowest prices"

GK User
Mon May 02, 2011 7:48 pm
Hi!
I want to remove the module in picture. What is the module name?
aaaaaaa.jpg
User avatar
Platinum Boarder

teitbite
Wed May 04, 2011 10:40 am
Hi

It's News Show Pro GK4 module. The class for name is:

Code: Select all
.nsp_art h4.nsp_header {
    font-size: 100%;
    margin-bottom: 6px;
}


and for price:

Code: Select all
.nsp_k2store_price {
    color: #C03131;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 0 12px;
}


both in gk_stuff.css
User avatar
Moderator


cron