About AnaRosado
Rank 28186
227 followers Joined July 2015
I have an degree in Physic and another as an Accountant... A lot of courses in materials, crafts and arts area. I've work in many areas computer

Posts

2

Questions

3

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training
asked in
Everything Wordpress
Updated

Need a plugin to change the font of the Title of my theme...

I've already tried "WP google fonts", "Easy fonts", "Advanced Font Changer"

Well from the Wordpress editor you can click on "Appearance" from there click on "Customize" and after that you should see "Fonts" ... two drop down menus, one for the header(title) and one for the body(the text of your posts)

It doesn't appear the option fonts.

If after following the instructions above and watching Nathaniell's video, you are still having difficulty, you can send me a Private Message with your site's wp-admin login details, and I will do it for you, if you wish. ~Jude

The site title is part of the theme. Probably need to be changed in the theme's style.css. Depends on which theme you are using.

What is your site URL. You can send it to me via private message, if you wish, or post it here, and I will take a look so I can point you in the right direction. I don't advise using a plugin just to change this one thing.

~Jude

http://diycrafts.eu/
If you could help me Jude I'd be much obliged!
Ana

You will need to edit the Style.css sheet in your theme, unless you have a custom.css option in your theme where you can add code.

I recommend that first you watch the video tutorial by Nathaniell so you get a visual idea and follow his general advice. In your case, you will need to

1. Go to Appearances > Editor
2. Select your theme from the drop down menu
3. Find where it says: .site-title {

In the image, on the bottom right side, I have underlined in red where it says 80 px (yours will show 40px).

4. Change 40px to 80px (or whatever size you want)
5. SAVE it.

That's it.

P.S. As I mentioned, if your theme has a custom.css option, you can just type the code there and save it.

.site-title { font-size: 80px;
}

~Jude

Jude, thank you for this! I've been trying to figure this out for weeks! How do I customize the font color of the blog title?

And how do I change the font style? Where would I even the codes for these?

Oops not sure how I missed your follow up question.

Did you find the answer? Here is a quick overview:

First check theme options in the Customizer to see what is available. If you don't see what you require, use your browser's inspect element tool to find the font-style class or format in the css stylesheet. This can vary in different themes. .

Look for font-style or font-family; color:

Video below shows how:

https://youtu.be/Xb6ZIlYj2OY

Once you know the wording and format of the code, the font color and style can be changed by going to:

WordPress > Customizer> Additional CSS and adding the
correct css code. See video below:

https://youtu.be/p5XvKT_s9N4

Hope this helps to point you in the right direction. ~Jude

I wish I could help. Someone will :-) Goodluck.

See more comments

How do I change the font of the title of my site?

How do I change the font of the title of my site?

asked in
Everything Wordpress
Updated

Need a plugin to change the font of the Title of my theme...

I've already tried "WP google fonts", "Easy fonts", "Advanced Font Changer"

Well from the Wordpress editor you can click on "Appearance" from there click on "Customize" and after that you should see "Fonts" ... two drop down menus, one for the header(title) and one for the body(the text of your posts)

It doesn't appear the option fonts.

If after following the instructions above and watching Nathaniell's video, you are still having difficulty, you can send me a Private Message with your site's wp-admin login details, and I will do it for you, if you wish. ~Jude

The site title is part of the theme. Probably need to be changed in the theme's style.css. Depends on which theme you are using.

What is your site URL. You can send it to me via private message, if you wish, or post it here, and I will take a look so I can point you in the right direction. I don't advise using a plugin just to change this one thing.

~Jude

http://diycrafts.eu/
If you could help me Jude I'd be much obliged!
Ana

You will need to edit the Style.css sheet in your theme, unless you have a custom.css option in your theme where you can add code.

I recommend that first you watch the video tutorial by Nathaniell so you get a visual idea and follow his general advice. In your case, you will need to

1. Go to Appearances > Editor
2. Select your theme from the drop down menu
3. Find where it says: .site-title {

In the image, on the bottom right side, I have underlined in red where it says 80 px (yours will show 40px).

4. Change 40px to 80px (or whatever size you want)
5. SAVE it.

That's it.

P.S. As I mentioned, if your theme has a custom.css option, you can just type the code there and save it.

.site-title { font-size: 80px;
}

~Jude

Jude, thank you for this! I've been trying to figure this out for weeks! How do I customize the font color of the blog title?

And how do I change the font style? Where would I even the codes for these?

Oops not sure how I missed your follow up question.

Did you find the answer? Here is a quick overview:

First check theme options in the Customizer to see what is available. If you don't see what you require, use your browser's inspect element tool to find the font-style class or format in the css stylesheet. This can vary in different themes. .

Look for font-style or font-family; color:

Video below shows how:

https://youtu.be/Xb6ZIlYj2OY

Once you know the wording and format of the code, the font color and style can be changed by going to:

WordPress > Customizer> Additional CSS and adding the
correct css code. See video below:

https://youtu.be/p5XvKT_s9N4

Hope this helps to point you in the right direction. ~Jude

I wish I could help. Someone will :-) Goodluck.

See more comments

asked in
Everything Wordpress
Updated

I choose "sendo" for template. I'm having a bit of trouble configuring it. What's the size of the Featured areas? How do I change the sliding images and again to what size? Why can

If your using Chrome, you can right click on your Featured area and choose "Inspect Element". On the bottom of the Chrome window will appear the tool, on the right there is a pane with a tab called "Styles", scroll all the way to the bottom and you will see the calculated measurements of that page element. You can right-click and choose "Inspect Element" on any part of your page to see its details like that. Hope this helps! I use this all the time to figure out my image sizes, etc.

I've already figured out.
But thanks anyway! :)

See more comments

I choose "sendo" for template. i'm having a bit of trouble configuring it. what's the size of the fe

I choose "sendo" for template. i'm having a bit of trouble configuring it. what's the size of the fe

asked in
Everything Wordpress
Updated

I choose "sendo" for template. I'm having a bit of trouble configuring it. What's the size of the Featured areas? How do I change the sliding images and again to what size? Why can

If your using Chrome, you can right click on your Featured area and choose "Inspect Element". On the bottom of the Chrome window will appear the tool, on the right there is a pane with a tab called "Styles", scroll all the way to the bottom and you will see the calculated measurements of that page element. You can right-click and choose "Inspect Element" on any part of your page to see its details like that. Hope this helps! I use this all the time to figure out my image sizes, etc.

I've already figured out.
But thanks anyway! :)

See more comments

asked in
Getting Started
Updated

I live in Portugal for now.

Sorry folks - you still have to pay taxes.
http://www.irs.gov/Individuals/International-Taxpayers/U.S.-Citizens-and-Resident-Aliens-Abroad

That's....a really good question. So I heard that if you make over 600 usd, then you have to file this on your income tax when the time rolls around. I don't know if that applies to those in Portugal. I imagine that each region has their own rules.

How are taxes applied to the money earned?

How are taxes applied to the money earned?

asked in
Getting Started
Updated

I live in Portugal for now.

Sorry folks - you still have to pay taxes.
http://www.irs.gov/Individuals/International-Taxpayers/U.S.-Citizens-and-Resident-Aliens-Abroad

That's....a really good question. So I heard that if you make over 600 usd, then you have to file this on your income tax when the time rolls around. I don't know if that applies to those in Portugal. I imagine that each region has their own rules.

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training