• Resolved greenvisionmedia

    (@greenvisionmedia)


    hey there!

    I haven’t been able to modify the CSS for this plugin. Is there any documentation or examples? Using a Divi theme; WP/Woo/php/etc all up to date.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    The plugin doesn’t display the subtitle automatically. Since it’s on you to display the subtitle, there’s no way I could predict exactly what your markup will be or how specific your style rules need to be to work with your theme.

    However, there are examples of how to display it in the FAQ. And if you are displaying it with a subtitle class like suggested in the FAQ:
    then you could potentially use a rule like:

    
    .subtitle { color: pink; }
    
    Thread Starter greenvisionmedia

    (@greenvisionmedia)

    Thanks, Helga! I added this code in Divi: Theme Options -> Custom CSS & it worked:

        h2.subtitle {
    		font-size: 33px;
        }

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing font size?’ is closed to new replies.