How to centering the Accordian Title Text?
-
Hello,
I’m encountering with a problem that the Accordion Tab Title cannot be aligned centered.
I’ve tried to set in the settings and the CSS code but it did not work.
Screenshot: http://prntscr.com/lnhip7
Could you pls let me know how can I fix it?
Thanks and Regards
Hello,
and BTW, can you pls let me know how to change the page background color for specific pages?
Thanks 🙂
Hello,
It is not possible to set the background only for one page. You can set the background for all pages in the Theme Settings > Styles and Colors > Background.
Best Regards
Thank you for your instant reply.,
1) Can you pls also have a check of the Accordion text centering problem?
2) And please advise how can I set the font family for the specific section title text?
Best Regards
Hello,
Please provide the page URL where you need to center the text.
You can configure the font in the Theme Settings > Typography > Advanced Typography
More details here: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
Thank you!
The URL is the homepage of the website.
I have attached the URL in the private section below.
Please have a check when you’re free.
Best Regards
Graham
Hello,
Please add this code to the Theme Settings > Custom CSS:
#mpc_accordion-325bfdb3ea0d345 .mpc-accordion__item {
background: #f22867!important;
}
.mpc-accordion[id="mpc_accordion-325bfdb3ea0d345"] .mpc-accordion-item__heading {
max-width: 260px;
margin: 0 auto;
}
If the code does not work please provide your site admin access.
Best Regards