-
AuthorPosts
-
May 11, 2020 at 11:16 am #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
May 12, 2020 at 3:24 am #1211970Hi 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,
NikkoMay 12, 2020 at 11:00 am #1212079Hello 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.
May 12, 2020 at 10:40 pm #1212390Hi 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,
NikkoMay 15, 2020 at 3:19 pm #1213306Hi Nikko, Thanks :-)
May 17, 2020 at 4:22 am #1213725Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonMay 17, 2020 at 12:16 pm #1213788Hi Jordan, Yes you can close this. thank you very much!
StefanMay 17, 2020 at 6:28 pm #1213840Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘table boarder – special only on the top’ is closed to new replies.