Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • npatris Friend
    #195259

    Hello,
    Actually i´m working in local mode and I haven t create my website for the moment.
    I try to remove the white line (#ddd) when I create a table in a custom module. It appears a horizontal line to divide the files and I try to remove it but for the moment I have no success.

    I try to change this in bootstrapp.css (and a few others things :(()

    .table tbody + tbody {
    border-top: 2px solid #ddd

    Thanks a lot for your reply.
    Bye.

    Ninja Lead Moderator
    #524582

    It would be great if you can include url of your site, an illustrated screenshot of what you are trying to achieve, It would help to understand the issues and give you specific answers.

    npatris Friend
    #524610

    Actually I´m working in local mode and my web si not online.
    In the screenshot you can see diferent white lines I wan to remove.
    Thanks.


    1. screenshot
    Ninja Lead Moderator
    #524703

    It’s hard to get this issue solved without having a close look into your real site. I tried to test at my end, however I could not reproduce the issue.

    Anyway, you can give it a try with solution below:

    + Create the custom.css file into the templates/ja_hawkstore/css folder
    + Open the templates/ja_hawkstore/css/custom.css file and add css script:


    .table tbody + tbody {
    border-top: 0px solid #ddd !important;
    }

    Let me know if it helps.

    npatris Friend
    #524772

    Hello, thanks for your help. I create the custom.css but I still have the same white line. Another idea?
    Bye.

    Ninja Lead Moderator
    #525195

    <em>@npatris 413925 wrote:</em><blockquote>Hello, thanks for your help. I create the custom.css but I still have the same white line. Another idea?
    Bye.</blockquote>

    It would be great if you can include url of your site here. I will try to help you out then.

    npatris Friend
    #527158

    Hello,
    now my website is online, and this is my URL: http://www.dominothemovie.com.
    Can you take a look please? If you need username and password I can send you in a private message.
    Thanks a lot for your help.

    Ninja Lead Moderator
    #527308

    I got it, you can fix via the templates/ja_hawkstore/less/core.less file.

    Change

    td {
    border-top: 1px solid @tableBorder;
    }

    To

    td {
    border-top: 0px solid @tableBorder;
    }

    npatris Friend
    #527337

    Thanks a lot Ninja!! Now I have a problem to resize the logo (the new one is 240x97px). Maybe you can help me with this too ? 😉

    Ninja Lead Moderator
    #527480

    <em>@npatris 417126 wrote:</em><blockquote>Thanks a lot Ninja!! Now I have a problem to resize the logo (the new one is 240x97px). Maybe you can help me with this too ? ;)</blockquote>

    You can change the logo size from templates/ja_hawkstore/less/variables.less file

    Change

    @T3logoWidth: 241px;
    @T3logoHeight: 40px;

    To

    @T3logoWidth: 240px;
    @T3logoHeight: 97px;

    With image path: templates/ja_hawkstore/images/themes/blue/logo.png file

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum