Home Forums Pro Themes Signify Pro SIGNIFY Pro audio / fonts questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #155680
    alien
    Participant

    i have the free version of SIGNIFY and was thinking of upgrading.
    2 issues i have with the free version, and im wondering if its a problem with the free version that will be fixed with the pro or maybe its another problem.
    1. I have both linked to a Youtube video and uploaded a video for the main page header video. but neither have any audio. is audio supported in the free version or is this a pro version option? does audio suppose to work at all? the video i have has audio and works fine on my PC and on youtube.

    2. Can i change the fonts in the pro version, i dont see any options to change the fonts in the free version, except maybe by messing with the CSS file, which i would like to avoid.
    thanks

    #155694
    Psink
    Keymaster

    @ALIEN, Audio is not supported for the header Video. And yes there are the options to change the fonts in the pro version

    You can check the screenshot to know the available font options in the theme
    https://www.awesomescreenshot.com/image/11829495?key=223ba535b48632adc99e39f5c10fc61d

    #155931
    Helena Harris
    Participant

    The customizer UI for Signify Pro offers font family customization but not font size. My Additional CSS for .entry-title is not overriding the default font size, which I cannot find in the CSS.

    How can I adjust font size in the various elements throughout the theme?

    #156061
    Psink
    Keymaster

    @Helena, Please try this CSS

    
    @media only screen and (min-width: 64em){
    	.entry-title a{
    		font-size: 40px;
    	}
    }
    

    You can do it in a similar way for all other elements

    #156118
    Helena Harris
    Participant

    Thanks. The trouble is that there isn’t a way to set font sizes site-wide. I’m spending a lot of time adding CSS, just to reduce the font-size for multiple headings throughout the site. Doing each one individually is a bummer. Am I missing something or is adding CSS the only way to manage typography in the Pro version?

    #156275
    Psink
    Keymaster

    @Helena, can you please share the site url? And share reference screenshots that you want to reduce the font size.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.