font size
-
Hello
I’m using the Suits theme with the Raleway font. The Widget titles and blog titles are displayed in all-caps. How can I change this to a regular look (uppercase first letter, lowercase for the rest of the title?Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The change which you’re talking about might be possible, but it could only be done by modifying the CSS of your site. In order to do this, you need to have purchased the Custom Design add on for your blog, which is available within your Dashboard under the Store menu item.
Before you purchase anything however, I would recommend that you check out our CSS Customization Forum and make sure that it’s something which can be done. You can review previous posts and see if anyone else has done something similar, and if nobody has mentioned it, you can post yourself:
-
Hello
Thankfully I do have the Custom Design add-on on my blog. The reason I was writing you is that I did check the previous posts and have found nothign on the subject. Can you help? Can I modify my font? If so, how and what is the CSS code?Thanks,
Marc -
Ah, I see! The blog you wrote in about didn’t have any upgrades, so I didn’t see the other blog which you were talking about. My apologies!
In that case, the code which you would want to use will probably look something like this:
.entry-title { text-transform: capitalize; } .widget-title { text-transform: capitalize; }You’ll want to put it in the CSS portion of your Customizer (Dashboard >> Customizer >> CSS).
let me know if you run in to any issues!
-
Hello
How do I change the font size of the widget titles and blog titles? I’d like to make them much, much smaller. How do I go about chnaging the CSS code?
Thank you,
Marc -
Hiya,
Below is the code needed to change the size of the blog and widget titles on your site:
.wf-active .entry-title { font-size: 20px; } .wf-active .widget .widget-title { font-size: 20px; }You can substitute any number you like for the 20px to make the titles larger or smaller.
For future CSS questions, you should check out our CSS forum right here:
-
I am trying to redirect my Blogger followers and traffic to new wordpress site (using Suits theme). Can I bring over my blogger followers and redirect traffic by changing the permalinks? I cannot find where to do this..is it possible with this theme? I can’t find anything about this in the forums.
Thanks,
marc -
These are actually settings you would need to change within Blogger if they’re available (since you would be sending traffic from them to us).
I’m not sure if this is the settings you want, but I did a quick search online and this was the closes thing I could find:
https://support.google.com/blogger/answer/2472689?hl=en
You may need to do a bit more research, but it’s promising that these settings even exist!
- The topic ‘font size’ is closed to new replies.