Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1211800

    Hello Enfold Team,

    Is it possible to give columns in a table a line, but only this at the top.
    For your understanding, i made a draft:

    https://cloud.cutandpaste.de/index.php/s/7PqqWFt3irZsxds
    The Original you finde here:

    Thanks and best regards Stefan

    #1211970

    Hi Stefan,

    Please try to add this CSS code in Quick CSS, located in Enfold > General Styling:

    .home #av_section_3 .av-equal-height-column-flextable .av_one_fourth {
        border-top: 8px solid saddlebrown;
    }

    Just change theh color and thickness :)

    Best regards,
    Nikko

    #1212079

    Hello Nikki,

    Thanks for the code. I have adapted your code as a basis and it also works.
    I try to incorporate more into the CSS. But there is a little lack of basic understanding.
    One question: what does this definition mean: “.home # av_section_3”
    I also have a QuickCSS for my tables and to reduce the column spacing.
    I have replaced this code with an individual name, which I have inserted in a color selection in which the table is located.

    But I think I can get along now. Thank you!
    A completely different question: How can I upload a profile picture here in the forum?
    Thanks Stefan

    • This reply was modified 4 years, 6 months ago by stimmungshoch.
    #1212390

    Hi stimmungshoch,

    We can dissect these parts hopefully this will give you better understanding.
    .home the . refers to a class, so it’s a class added in the homepage, so when you see that class, it does work only in the homepage but not other pages.
    #av_section_3 the # refers to the unique ID, so it’s basically the third Color Section (whose ID is not set).
    so basically it’s just the third Color Section in the homepage.

    For the 2nd question:
    You’ll need to register the email account you registered in the forum to https://en.gravatar.com/ and upload your profile there and that’s it.

    Best regards,
    Nikko

    #1213306

    Hi Nikko, Thanks :-)

    #1213725

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1213788

    Hi Jordan, Yes you can close this. thank you very much!
    Stefan

    #1213840

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘table boarder –  special only on the top’ is closed to new replies.