How do I make my FAQ have coloured buttons?

Hi everyone,

I am currently using the Bullet theme and don’t like how basic the FAQ looks. Looking at brands in entirely different industries I can see these epic layouts that I believe are more engaging and I’d love to replicate that on my site. To give you an example my FAQ looks like this

Looking at another company I saw their FAQ positioned directly under their product photo’s (which I can’t figure out how to do), and as you can see they have these buttons which look really nice.

I’ve included one example of how they’re positioned on their product page and one example of how they open. Can someone please help me?

Hey @DaveyAlcatraz

Share your Store URL and Password if enabled.

Best Regards,

Moeed

@DaveyAlcatraz Hey, thanks for posting here.
can you please share the link to inspect it, thanks.

https://alcatrazgear.com/products/gt280-wireless-headphones-touch-control-earbuds-led-display-headset-for-sports-laptop-tv-smart-phones-tablets?pr_prod_strat=e5_desc&pr_rec_id=676b8d623&pr_rec_pid=9663585878337&pr_ref_pid=8721700323649&pr_seq=uniform

https://alcatrazgear.com/products/gt280-wireless-headphones-touch-control-earbuds-led-display-headset-for-sports-laptop-tv-smart-phones-tablets?pr_prod_strat=e5_desc&pr_rec_id=676b8d623&pr_rec_pid=9663585878337&pr_ref_pid=8721700323649&pr_seq=uniform

@DaveyAlcatraz thanks for response me back, can you please use this style code and put it in a .css file or put it in the head of theme?liquid
code is :

.faq details {
    margin: 0;
    padding: 8px 15px;
    border-radius: 20px;
    background-color: #596534b0;
    transition: ease all 0.8s;
}
.faq details[open] {
    background-color: #8b947257;
}
.faq summary {
    padding: 8px 0;
}

I hope you feel it looks good , thanks

let me know if anything else marks it if your issue is solved .

Thanks a bunch that’s a huge help!!!

1 Like

@DaveyAlcatraz thanks for accepting my comment.