Viewing 6 replies - 1 through 6 (of 6 total)
  • I don’t see the horizontal line at the bottom of the header.
    I’m seeing padding-bottom for #header on indigo.css.

    Can you be more specific with what you’re trying to accomplish?

    Thread Starter massque69

    (@massque69)

    Never mind. We found it!
    It is in the mystile/styles/[color].css
    in the header section there is a style border that relates to it.

    thanks

    Hello massque69

    I’m just trying to do it but i can’t find the way to remove these two lines.

    I’m using the default theme and i can’t see any class to remove them.

    Can you help me ?

    Thanks !

    Thread Starter massque69

    (@massque69)

    My post was related to the free template ‘mystile’

    I assume you are working with classic template – the default one.

    There I cannot tell you much because I do not deal with that.

    In general you need to search through the css files and look for a formating stating: border-bottom double 4px; or so.

    Also there are default css files and additional one’s like the ‘mystile’. So Zencart goes first to the template that you have set the cart to and thereafter to the default css files they have in their file structure.

    Thanks for the reply massque69.

    I have the free template mystile too 🙂

    in style.CSS i have 20 entry with :

    table th,
    table td {
    border-bottom: 1px solid #e8e4e3;
    padding: 1em;
    vertical-align: top;
    text-align: left;
    }
    table th {
    text-transform: uppercase;
    border-bottom: 4px double #e8e4e3;

    I put all to 0px but i still have the two lines. I can’t find the way to remove them…

    Any idea ?

    Thanks again.

    Thread Starter massque69

    (@massque69)

    good to know that you have the “style”-template too

    This template allows you to set a color scheme – right?
    then when you look into the mystile/styles there you find all the colors that are available as a subfolder.
    Now you need to go into the subfolder of the color you have set and there is an additional css file. Inside that file you find the double line settings.

    I do not use this theme anymore and haven’t installed it. So all I tell you is out of memory.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to elimite horizontal double line in mystile’ is closed to new replies.