Hi Phil.
I need help with two things regarding the CSS, please.
Sadly I can’t share the page with you because it’s an internal company site.
1) I need to know how to fix the css so that I can alter the <h3> tag that the default is generating. For example my [accordion-item title=”lauraRuggeri”] but when it generates it comes out LAURARUGGERI on the page. I tried to add the following to the css for my theme, but it’s not doing anything.
.accordion-title {
text-transform: none;
}
So, I tried to inspect element on the live page and saw the <h3> tag that is being generated. When I change it from h3 it has the effect I want, but I can’t figure out how to alter it in the css. Please help!
2) There is a lot of space between my accordion items. I have several listed on a page. They expand and collapse, but when collapsed there is a lot of white space between them. I’ve removed all padding. Is there something else I can do to make this look better?
Thank you so much for the help. I’m a total newbie.