Title: MasterWordPressPL's Replies | WordPress.org

---

# MasterWordPressPL

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog post title font size](https://wordpress.org/support/topic/blog-post-title-font-size/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/blog-post-title-font-size/#post-8992958)
 * Are You sure You added in right css file?
    Clear cache and cookies Try check 
   the element in browser on post page and change size on live view.
 * I found this code in your theme file on your server, so you can too :p
 * ![screen](https://i0.wp.com/i65.tinypic.com/2w526nl.jpg)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do i put an image in the url bar of my browser](https://wordpress.org/support/topic/how-do-i-put-an-image-in-the-url-bar-of-my-browser/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-put-an-image-in-the-url-bar-of-my-browser/#post-8983847)
 * Try add favicon in Customization > Site Identity > Site Icon
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog post title font size](https://wordpress.org/support/topic/blog-post-title-font-size/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/blog-post-title-font-size/#post-8983535)
 * Hi 🙂
 * What theme are You using? There is no feature for this problem in theme panel
   or personalization? If not, You can change some code in style.css or add few 
   lines.
 * Find in style.css (Theme stylesheet) and change to size what You want:
 *     ```
       .single .entry-title {
           font-size: 2rem;
       ```
   
 * OR add custom code:
 *     ```
       .single .entry-title {
           font-size: 20px; !important
       }
       ```
   
 * If this no helping, write to me _[ redacted, support is not offered via email,
   Skype, IM etc. only in the forums ]_
    -  This reply was modified 9 years, 1 month ago by [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/).
    -  This reply was modified 9 years, 1 month ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error establishing a database connection](https://wordpress.org/support/topic/error-establishing-a-database-connection-807/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/error-establishing-a-database-connection-807/#post-8983529)
 * How long error exist? When was you changing something on website?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I add a space between top menu bar and blog post?](https://wordpress.org/support/topic/how-do-i-add-a-space-between-top-menu-bar-and-blog-post/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-add-a-space-between-top-menu-bar-and-blog-post/#post-8983520)
 * And the last thing, what version of Hestia Theme are You using? I will check 
   theme for good solution for ribbon. Maybe You don’t need add custom code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I add a space between top menu bar and blog post?](https://wordpress.org/support/topic/how-do-i-add-a-space-between-top-menu-bar-and-blog-post/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-add-a-space-between-top-menu-bar-and-blog-post/#post-8983515)
 * Try simply solution:
 * Add fragment CSS code in style.css from theme stylesheet
 * .blog-post {
    padding-top: 50px; }
 * 50px it’s just example.
    -  This reply was modified 9 years, 1 month ago by [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I add a space between top menu bar and blog post?](https://wordpress.org/support/topic/how-do-i-add-a-space-between-top-menu-bar-and-blog-post/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-add-a-space-between-top-menu-bar-and-blog-post/#post-8983497)
 * Website URL? 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do i put an image in the url bar of my browser](https://wordpress.org/support/topic/how-do-i-put-an-image-in-the-url-bar-of-my-browser/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-put-an-image-in-the-url-bar-of-my-browser/#post-8983493)
 * About icon, You mean favicon?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do i put an image in the url bar of my browser](https://wordpress.org/support/topic/how-do-i-put-an-image-in-the-url-bar-of-my-browser/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-put-an-image-in-the-url-bar-of-my-browser/#post-8983489)
 * I recommend using the Yoast SEO plugin (for free from WP catalog). One of the
   many useful features is setting details that you will see when you share to facebook
   and other portals.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index.php problem](https://wordpress.org/support/topic/indexphp-problem-4/)
 *  [MasterWordPressPL](https://wordpress.org/support/users/masterwordpress/)
 * (@masterwordpress)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/indexphp-problem-4/#post-8983454)
 * I had the same problem, but the **solution** for me was an unnecessary line in.
   htaccess with the PHP version

Viewing 10 replies - 1 through 10 (of 10 total)