Expanding Title Size
-
Hi! I’ve got custom CSS and have set my Title to be bigger than the default size. However, whenever you visit the site, the title initially appears at the default size, then “expands” to the customized size, almost like an animated feature. Not cool :(
Any thoughts?
Thanks!
ChristopherThe blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try to add this css, and I hope it will helps you;
.entry-title a{ transition: color 0.5s ease-out 0s; }Let me know if you need another helps.
-
Thank you. Doesn’t seem to be working, unless I entered it wrong. I currently have nothing else in CSS. Do I need any other symbols? I literally copy/pasted what you suggested with nothing else in CSS.
-
Hi, I have the zuki theme and wanted to increase the size of the title. how do i do that?
-
Hi, I have the zuki theme and wanted to increase the size of the title. how do i do that?
-
@godin3, I think you forget to add “s” at the end of css property, it should be like transition: color 0.5s ease-out 0s; :)
@laviepartagee If you don’t mind you can create new thread related to your problem :)
-
Guess what? The “s” is removed after I save and revisit the page – weird!!!
I’m simply copy/pasting your code above, then hit save, and after I refresh, the s is gone…
-
Hmm.. it’s weird. How about try to change with transition-property instead of transition. Here is the code;
.entry-title a { transition-property: color; } -
-
No, I mean we just use transition-property: color; without time (s) value. Just copy paste this code, replace the old one.
.entry-title a { transition-property: color; } -
-
-
-
-
Try using the following CSS:
/* Adjust Site Title Size */ .site-title a { font-size: 1.5em; }If you have additional customization questions, please try posting to our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization
When you create a CSS-related help request, please make sure to select or link to the WordPress.com site you’re working on and include a clear description of the change you’re trying to make.
Let us know if you have any more questions.
-
Thank you, pmciano. I’ve copy/pasted your code; however, there is still animation. Except now, the “animated” effect appears to be the change in type only, i.e., from the default type to Futura PT, the font I selected in Customization.
-
Try replacing the CSS I gave you with this:
/* Adjust Site Title */ .site-title a { font-size: 1.5em; font-family: futura-pt, Lato, sans-serif; font-weight: 300; }Please try posting to the Zuki forum here:
https://premium-themes.forums.wordpress.com/forum/zuki
If you don’t hear back from the theme developers, let me know, and I will be happy to assist you.
-
Still expanding, though I noticed it doesn’t change fonts. So maybe we’re halfway there!
-
The “G” is different too. This is so bizarre! Gees…
When I’m on the Customize page, the G looks correct, but after I Save and close, it turns into another G.
-
The Futura G does not have a vertical bar at its base like this “G”: it’s completely circular.
- The topic ‘Expanding Title Size’ is closed to new replies.