Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Sunny Johal

    (@sunny_johal)

    Hi Marina,
    The changes for the default controls aren’t being erased they are being overwritten by the theme that you are using. To fix this you can either paste this code in your theme php files:

    function egf_custom_force_styles( $force_styles ) {
        return true;
    }
    add_filter( 'tt_font_force_styles', 'egf_custom_force_styles' );

    Or if you don’t have any php experience just shoot me an email to [email protected] and I’ll send you a plugin to install alongside our plugin that has this code in it. Sunny

    Sunny

    Thread Starter EcoVitalis

    (@ecovitalis)

    Good afternoon:

    Thank you! I tried in theme.php and has been ineffective. But I used it in function.php and …. voila!

    The only thing is that I have yet to find the <h>, with some widgets because in some formats do not get control

    Thanks for everything

    Regards, Marina

    Plugin Author Sunny Johal

    (@sunny_johal)

    Hi Marina,
    To control the headings in the widget modules in your theme just create a new font control in the admin area (Settings > Google Fonts in the admin area) and add the following in the add CSS selectors box .mod-box h3.module-title

    Then just visit the customizer and the new control will be there which will allow you to control the widget headings.

    Sunny

    Thread Starter EcoVitalis

    (@ecovitalis)

    Hi Sunny:

    The heading of the widgets are changed, what has not changed is the text inside them. For example https://bellezaecovitalis.es/ecovitalis/belleza/ if you see the “subscribe to blog” (suscribete al blog por mail) you will see that the inner text (which I thought was under paragraph format) is not the same size the widget format paragraph of the articles. I’ve tried all the <h> and I can not find which can be. And, for example, the tags widget has very small letters

    Regards, Marina

    Plugin Author Sunny Johal

    (@sunny_johal)

    You would need to create additional font controls for the elements you want to control and add the appropriate css selectors accordingly. E.g

    For the tag links: .tagcloud .weight1 a
    For the subscribe text widget: p#subscribe-text

    Sunny

    Thread Starter EcoVitalis

    (@ecovitalis)

    Thank you so much!! I get to work with it!

    Plugin Author Sunny Johal

    (@sunny_johal)

    My pleasure Marina,glad I could help. Please could you rate the plugin on WordPress so that I can get your feedback on this plugin. Thanks

    Karin

    (@allesvoorjekleinkind)

    Hi!
    I have installed the plugin, and first I had the same problem as EcoVitalis had. After adding the code to my functions.php now the plugin works.
    I still have one issue, on my homepage the titles of my blogs (in Heading 1) still appear in black, while on the blog pages they appear in blue as I want them to.
    Hope you can help me!
    thanks,
    Karin

    https://www.allesvoorjekleinkind.nl

    Plugin Author Sunny Johal

    (@sunny_johal)

    Hi Karin,
    To control the titles of your blog just create a new font control (like you have done for your menu items) and add the following in the Add CSS Selectors box: h2.entry-title a

    This will create a new font control in the customizer that will allow you to control the color etc for the headings. Please let me know how you get on. Cheers

    Sunny

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Changes are erased’ is closed to new replies.