• Resolved bjoleniacz

    (@bjoleniacz)


    Hi,
    At my site https://www.persianiseasy.com I’m trying to change the fonts on my page to something more Persian-y. I successfully changed the site-title font to Andalus, which I’m not sure everyone has installed. But I can’t seem to change the font for Page titles, such as title of my page ‘Alphabet.’
    Here is my style.css for my child theme:

    @import url("../twentyeleven/style.css");
    
    #site-description { color: #000; }
    
    #branding {
    	border-top: none; 
    
    }
    #site-title a {
    	color: #111;
    	font:30px Andalus, Garamond, Georgia;
    	font-size: 30px;
    	font-weight: bold;
    	line-height: 36px;
    	text-decoration: none;
    }
    #site-title a:hover,
    #site-title a:focus,
    #site-title a:active {
    	color: #1982d1;
    }
    #site-description {
    	color: #7a7a7a;
    	font: Andalus;
    	font-size: 14px;
    	margin: 0 270px 3.65625em 0;
    }
    
    #page {
        background: rgba(245, 245, 220, 0.7);
    	border-top: none;
    
    }
    
    .page { color: #000; }
    
    .widget-title {
    color: black;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    }
    
    #main{  background: transparent;
    	clear: both;
    	padding: 1.625em 0 0;
    
    }
    
    .page-title {
    	color: #666;
    	font: Andalus;
    	font-size: 10px;
    	font-weight: 500;
    	letter-spacing: 0.1em;
    	line-height: 2.6em;
    	margin: 0 0 2.6em;
    	text-transform: uppercase;
    }
    .page-title a {
    	font: Andalus, Garamond, serif;
    	font-size: 12px;
    	font-weight: bold;
    	letter-spacing: 0;
    	text-transform: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Page Title Font in Twenty Eleven theme’ is closed to new replies.