• Resolved harrisr7

    (@harrisr7)


    I love your plugin. It is the best for tabs I have seen. However, your embedding of styles for font and line height is overriding anything I can set for defaults in my theme. My theme uses Tillium, which is not even an option on the tab settings. Could you please allow turning off certain settings related to font and line heights so that it will take the defaults of the desired font and line settings for the theme? I have disabled those options in the plugin code, but next update those changes will be overridden

    https://www.ads-software.com/plugins/tabs-responsive/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    You can able to edit it via custom css.

    Just add your line height and font css for your tabs in tabs custom css field.

    Thread Starter harrisr7

    (@harrisr7)

    One would think, but since this CSS is embedded into the rendered HTML *after* style sheets are called, it overrides anything I can put in custom css.

    Plugin Author wpshopmart

    (@wpshopmart)

    Can you provide me your Tab page url?

    Thanks

    Thread Starter harrisr7

    (@harrisr7)

    I would love to provide a link, but the site is still under internal development and not available outside our network. Following the code, the content.php file in the template directory includes the line ‘require(style.php);‘ which embeds css styles directly into the generated html. In the style.php file, at line 16, is the statement ‘<?php echo $font_family; ?> !important;‘ Since this occurs in the html after header processing and right above the divisions using the #tab_container class, any changes to child theme CSS style sheets will be overridden.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Override of theme font settings.’ is closed to new replies.