Support » Plugins » [Plugin: WP UI – Tabs…] How to Change the Font in Accordions, Sliders…

  • I have the according installed on this page, but as you can see when you click on the arrows to expand the accordions, the font of the words in the body of the accordions is gray.

    How do I go about changing the font of them to black?

    I tried modifying the actual page itself so that the font of the whole page, including the shortcoded sections are in black font, but that’s not helping.

Viewing 1 replies (of 1 total)
  • Add the following code to the `style.css’ of your CHILDtheme:

    .ui-accordion-content .wp-tab-content-wrapper, .ui-collapsible-content .ui-collapsible-wrapper {
        padding: 10px;
        overflow: hidden;
        color: #000000; /*font-color*/
    }

    You don’t have a childtheme yet?
    Don’t make any changes to a theme itself. Instead make the changes to a childtheme. Should the author of your original theme update the theme, your changes will not be overwritten. Your site with your adaptations will remain intact.

    1. Install and activate ‘one click childtheme plugin
    2. create the childtheme
    3. activate the childtheme
    4. Make the changes in the CHILDtheme!
    – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP UI – Tabs…] How to Change the Font in Accordions, Sliders…’ is closed to new replies.