X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Home Page edit help (https://forum.x-cart.com/showthread.php?t=68890)

jo_Z13 03-19-2014 08:01 AM

Home Page edit help
 
I want to remove the mint color dialog header that says Jewelry Categories:

http://www.zadwholesalejewelry.com/

but ONLY from the middle content of the home page - is there a way to accomplish this easily without removing the header from everywhere else?

chamberinternet 03-19-2014 08:21 AM

Re: Home Page edit help
 
Check your CSS and have a look for the following entry:

Code:

.dialog .title {
    position: relative;
    color: #F3F3F4;
    font-weight: bold;
    font-size: 13px;
    background-color: #A3D6CF;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #A3D6CF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    vertical-align: middle;
    height: 23px;
    line-height: 15px;
    margin: 0px;
    padding: 0px 0px 0px 18px;
    text-align: left;
    overflow: hidden;


You'll probably have to change the background-color and border-color properties...

iClerisy 03-21-2014 03:42 AM

Re: Home Page edit help
 
jo_Z13,

Make sure that if you do direct changes in css it will apply entirely to your site.

Here the home page is using featured.tpl from your selected skin folder.

You need to create new css classes and use it while dialogue file is included in featured.tpl

{include file="customer/dialog.tpl" title=$lng.lbl_featured_products content=$smarty.capture.dialog sort=true additional_class="products-dialog dialog-featured-list YOUR ADDITIONAL CLASS"}

Let me know if this help.


All times are GMT -8. The time now is 08:52 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.