Viewing 2 replies - 1 through 2 (of 2 total)
  • I noted that both of us had about the same question on changing font size. But there doesn´t seem to be any clear solution.

    One thing that worked for me was the following code that I put late in the theme style-sheet (line 4032) after a media-query for small screens:

    `

    @media only screen and (max-width: 460px) {
    
    .slide-excerpt-border h2 {
    	 font-size: 14px !important;
    	 font-size: 0.875rem !important;
    	 font-weight: normal !important;
    	}

    However, I have not found a way to change font to normal (not bold). As you see the css for font-weight does not execute but the font-size does. (http://www.comart-cms.se)
    The font-family and color and weight may have to be changed some other way. As far as I can see with the help of Firebug there is no css property for “slide-excerpt-text” only for border.

    It would have been nice if the excerpt background and the text on it could be changed independently when it comes to font, size and opacity.

    Plugin Contributor Ron Rennick

    (@wpmuguru)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to chenge font size for posts titles on the slider?’ is closed to new replies.