Title: granatum's Replies | WordPress.org

---

# granatum

  [  ](https://wordpress.org/support/users/granatum/)

 *   [Profile](https://wordpress.org/support/users/granatum/)
 *   [Topics Started](https://wordpress.org/support/users/granatum/topics/)
 *   [Replies Created](https://wordpress.org/support/users/granatum/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/granatum/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/granatum/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/granatum/engagements/)
 *   [Favorites](https://wordpress.org/support/users/granatum/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/granatum/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/granatum/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [don't show page title](https://wordpress.org/support/topic/dont-show-page-title/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/dont-show-page-title/#post-2309364)
 * Thank you both very very much!
    The way I have figured was to create a .php files
   inside my twentyeleven-child folder for each page. So I have created different
   templates, where I don’t have any titles that I don’t need. Under page attributes,
   I go to “templates”, and ask to use specific template for specific page. I actually
   write the content using HTML inside every .php file. May be this is not the best
   way, but it worked for me!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [don't show page title](https://wordpress.org/support/topic/dont-show-page-title/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-show-page-title/#post-2309198)
 * I am afraid my child theme is broken. First, my twenty-eleven child folder doesn’t
   have any page.php. So I went to twentyeleven folder and copied the existing twentyeleven
   page.php file to twentyeleven-child. this is what it has:
    <?php /** * The template
   for displaying all pages. * * This is the template that displays all pages by
   default. * Please note that this is the WordPress construct of pages * and that
   other ‘pages’ on your WordPress site will use a * different template. * * [@package](https://wordpress.org/support/users/package/)
   WordPress * @subpackage Twenty_Eleven * [@since](https://wordpress.org/support/users/since/)
   Twenty Eleven 1.0 */
 * get_header(); ?>
 *  <div id=”primary”>
    <div id=”content” role=”main”>
 *  <?php the_post(); ?>
 *  <?php get_template_part( ‘content’, ‘page’ ); ?>
 *  <?php comments_template( ”, true ); ?>
 *  </div><!– #content –>
    </div><!– #primary –>
 * <?php get_footer(); ?>
 * I am afraid my child theme is somthing wrong, isn’t it?
    Also, I have been trying
   to create custom page template, that will include all my fonts and colors. I 
   was unable to do so. Could you please guide me through? Thank you so very much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change site title and tag line fonts](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/#post-2302772)
 * Well, as of now, in order to change style for page title, I go to “edit page”
   and write HTML on this page. Another page -I will write the same thing again,
   so all page titles look the same. My question is how can I write a rule for all
   page titles inside the style.CSS doc? The same applies to all page bodies, all
   links, etc. Hope now my question makes more sense.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change site title and tag line fonts](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/#post-2302732)
 * Thank you so very much! Since your answers are that clear and easy to understand,
   may I ask you 2 more questions:
    1. How can I put site title and site description
   ON TOP of the header (on top of the picture)? 2. The way I figured to change 
   page title and page body, is to add HTML on every page. Is there any other way
   to do it? I mean, using CSS to write rules for all page titles, and for all links,
   and for all page bodies, etc?
 * Thank you very much again! Your help was priceless! 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change site title and tag line fonts](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/#post-2302701)
 * Yeah, this is what I am trying to do, with no success, though. I am using twenty
   eleven theme, and have already created a child theme so I can edit it.
    The web
   site is [http://www.vestavip.com](http://www.vestavip.com). The site will be 
   in Russian. I am looking to edit web site title (Vesta) and tagline (VIP relocation
   services). I want these to be separate from all other English fonts I will use
   inside the web site. Thank you very much!!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change site title and tag line fonts](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/change-site-title-and-tag-line-fonts/#post-2302627)
 * Thank you! But there I can only change color, but neither size nor font family.
   Any idea how can I change those? And how can I differentiate between site title
   and the tag line (in case I don’t want to use the same font family or color)
   
   Thank you again!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/page/2/#post-2300292)
 * Thank you! It worked!!!!Ca n I delete now the folder i have created on my computer?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/page/2/#post-2300289)
 * just went to bluehost cPanek – file manager. what option should i choose there?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/#post-2300254)
 * What does it mean? How do I do that???
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/#post-2300244)
 * Hm….. I am very very beginner in all this. I am working on my MAC at home.
    [http://www.vestavip.com/](http://www.vestavip.com/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/#post-2300241)
 * this is where both folders (twentyeleven and child) are:
    /Users/mashasherman/
   Downloads/wordpress/wp-content/themes
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/#post-2300239)
 * the only available theme is twenty ten 1.2
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/#post-2300237)
 * yeah, but I don’t see it :((((((( should I restart the computer of something?
   How it should look like?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/#post-2300234)
 * my themes folder has:
    index.php twentyeleven twentyeleven-child twentyten
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [don't see a child theme](https://wordpress.org/support/topic/dont-see-a-child-theme/)
 *  Thread Starter [granatum](https://wordpress.org/support/users/granatum/)
 * (@granatum)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/dont-see-a-child-theme/#post-2300230)
 * i use MAC. could this be a problem?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/granatum/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/granatum/replies/page/2/?output_format=md)