css code – font tagline
-
Hi,
What is the css code to make my tagline smaller?
I used Custom design, unfortunately when I modify the font size from normal to small, it also changes my entire posts titles size.Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hey there,
It looks like you have same thing for both your site title and site tagline. Additionally, it appears as if the Canard Theme does not display the tagline at all.
You can use the following to shrink the size of the title on your site.
.site-title a { font-size: 36px; }I’m not sure you’ll want to use small, as that looks very tiny to me. Feel free to experiment with the font sizes!
-
-
Hi Darell, do you know the css code that allow me to apply another font on my post text?
The custom link of wordpress does not include arial or times new roman.Thank you.
-
Pick one of these snippets.
.wf-active body { font-family: Arial, "Libre Baskerville", serif; }.wf-active body { font-family: "Times New Roman", "Libre Baskerville", serif; } -
-
Hi Darrell,
You might be able to help with my question as well, I hope so :-)My blog is picturingarchitecture.wordpress.com
and I am using the Origin themeI’d like my blog to be syndicated with an academic research-blog platform (http://culturevisuelle.hypotheses.org/) but this was not possible due to CSS errors.
I have ran a CSS validation scan and it has found many errors indeed:
Are these errors are connected with the Origin theme that I am using, or if they come from something else? How could I correct them?
The blog I need help with is picturingarchitecture.wordpress.com.
-
Try to be patient if you don’t get an answer right away. :)
Replied to original posting.
- The topic ‘css code – font tagline’ is closed to new replies.