Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42346
    YogaHH
    Member

    Hi,
    although the font-size and font-weight for all entry-titles is set via CSS, on one page (http://new.yogaraum-hamburg.de/kursplan-2/) of the website the font size and weight of the entry-title is bigger than the ones of all the other pages. I can’t explain why. The only difference is that I use a different template on that page. How can I change it to be the same font-size and font weight as all others?
    Thank you so much for helping!

    #42363
    Sakin
    Keymaster

    @YogaHH: Yes, it’s because of different layout. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    	.no-sidebar .entry-title,
    	.error404 .entry-title {
    		font-size: 26px;
    		line-height: 1.5em;
    	}
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Font for entry-title not according to CSS’ is closed to new replies.