Gardoum
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion Shortcodes] CSSForum: Plugins
In reply to: [Accordion Shortcodes] CSSForum: Plugins
In reply to: [Accordion Shortcodes] CSSOh yep sorry, i forgot the link
When i try to modify by using F12 on google chrome, it works.
And when i copy the same css in my style.css, it doesn’t affect the accodion at all :/Forum: Plugins
In reply to: [Accordion Shortcodes] CSSHi,
I just tried the background first to see if it works, and it doesn’t.
I even tried to copy this code in my css
.accordion {
border-bottom: 1px solid #dbdbdb;
margin-bottom: 20px;
}
.accordion-title {
border-top: 1px solid #dbdbdb;
margin: 0;
padding: 20px 0;
cursor: pointer;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {padding-bottom: 20px;}But i don’t see anything.
Do you think that’s because i’m using a child theme?
I already did a lot of css on my theme, i just have issue with the css of this plugin.