MasterWordPressPL
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog post title font sizeAre 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
Forum: Fixing WordPress
In reply to: how do i put an image in the url bar of my browserTry add favicon in Customization > Site Identity > Site Icon
Forum: Fixing WordPress
In reply to: Blog post title font sizeHi ??
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 7 years, 11 months ago by MasterWordPressPL.
- This reply was modified 7 years, 11 months ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionHow long error exist? When was you changing something on website?
Forum: Fixing WordPress
In reply to: How do I add a space between top menu bar and blog post?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
In reply to: How do I add a space between top menu bar and blog post?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 7 years, 11 months ago by MasterWordPressPL.
Forum: Fixing WordPress
In reply to: How do I add a space between top menu bar and blog post?Website URL? ??
Forum: Fixing WordPress
In reply to: how do i put an image in the url bar of my browserAbout icon, You mean favicon?
Forum: Fixing WordPress
In reply to: how do i put an image in the url bar of my browserI 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
In reply to: index.php problemI had the same problem, but the solution for me was an unnecessary line in .htaccess with the PHP version