About a minor CSS issue
-
Dear developers,
I really appreciate how lightweight this plugin is!!! Thank you so much for creating such plugin! I have customized it with my own css code, but I have no idea how can I remove 1 border
So thats what I did to remove the border the of content of the tab:
.responsive-tabs .responsive-tabs__panel { border:0px;}But after that, I found out one of border of original option is missing after removing it like this
https://monosnap.com/file/PY7jBJx0k42slWohOcQg9SBhuusqTzI have then added another code:
The code I added:
`.responsive-tabs .responsive-tabs__panel {
border-bottom: 4px solid #be132d;}`And then I found out that, when I choose the second tab, there is an extra line generated with the above code at the bottom of the content of the second tab, which I want to remove it:
https://monosnap.com/file/71fP9PRtyF3zsVSB0cWw2hkvzkmrznHow should I write the code to keep the border top while removing that border bottom? Thank you so much for reading, and if possible, your help!
Yours faithfully,
Hugo SumThe page I need help with: [log in to see the link]
The topic ‘About a minor CSS issue’ is closed to new replies.