Home Forums WoodMart support forum How to centering the Accordian Title Text?

How to centering the Accordian Title Text?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #91953

    glamorousjz
    Participant

    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

    #91964

    glamorousjz
    Participant

    Hello,

    and BTW, can you pls let me know how to change the page background color for specific pages?

    Thanks 🙂

    #91977

    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

    #91990

    glamorousjz
    Participant

    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

    #92031

    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

    #92044

    glamorousjz
    Participant

    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

    #92139

    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

Viewing 7 posts - 1 through 7 (of 7 total)