- This topic has 29 replies, 2 voices, and was last updated 4 years, 10 months ago by
Elvin.
-
AuthorPosts
-
September 8, 2017 at 4:30 am #381586
CRISTO
Thanks…did not know that. Is there a book “GP for dummies”? Or “computer stuff for people over a certain age”?
September 8, 2017 at 6:44 am #381671CRISTO
Thanks for all the help. I will probably wrap my head around all this stuff eventually….if my head doesn’t explode first. One more question and then I will leave you alone (I know, I have promised that before)
Here is my test page now using the customizer and increasing it to 24. Looks good to me, but only thing is it has <span style=”font-family: helvetica, arial, sans-serif; font-size: 18pt;”> which I thought your said I should not have many span style on my pages.
September 8, 2017 at 8:38 am #381769Leo
StaffCustomer SupportHmm not sure what you mean? Isn’t that added in the HTML content?
September 8, 2017 at 9:33 am #381801CRISTO
Yea, I know this is getting confusing. On another topic, I was asking about a bit of css that would make my fonts smaller on mobile than on desktop. And that is when I first realized that I had done my site wrong, as far as selecting font size in the body. Tom had mentioned something about not having too many span style in my html.
So just to be sure I understand what I am doing. It will be too time consuming to re-do 800 pages, so I will leave them as they are.
September 8, 2017 at 11:22 am #381873CRISTO
Lets call this “resolved”. It was my mistake in the beginning…I copied and pasted from my old website into WordPress (GP) using inline styles. I should have selected the 18 px in the customizer. It is a bit confusing for a beginner like me, because when you paste it in it looks small in the editor. Had I just gone ahead and published then looked at it would have been fine….and saved me all that work of changing the text size. Another lessen learned….just wish the tuition did not cost so much.
Once again, thanks for taking the time to help.
September 8, 2017 at 11:31 am #381877Tom
Lead DeveloperLead DeveloperNo problem. WordPress does bring over all existing HTML if you paste into the Visual tab – it can be helpful, but it can also cause issues like this. From now on, paste into the Text tab, then format your content using the WP options 🙂
September 8, 2017 at 1:19 pm #381917CRISTO
Yes, I did that, but then it did not look the right text size in the editor, so I changed it in the editor. Had I just published it, then I would have realized that the GP settings would over-ride that and it would look like I wanted it too. As I said, lesson learned.
Over the next few months, I will may take your earlier advice and open up in the published page, then copy in to the editor using the text tab. But not sure how important it is…other than being able to change text size on mobile. So if that is the only advantage, it will not be high priority item for me.
October 19, 2017 at 8:04 am #406324CRISTO
I made a rookie mistake when I first did my website: I used inline styles, which I did not realize was overiding the typography settings in GP. So now I am going to correct that by changing all my pages. Since I have over 800 pages, this is going to be time consuming, so I want to be sure that I do it right.
Here is one of my pages that is incorrectly done, and here is the revised version, where I have hopefully stripped out the inline styles.
Unfortunately, it seems that the change has also messed up my envira gallery on this page so I will also have to change that as well, but I don’t have a lot of galleries so I can work around that problem.
October 19, 2017 at 9:13 am #406374Leo
StaffCustomer SupportLooks good to me!
October 19, 2017 at 10:18 am #406421CRISTO
Thanks, Leo. I will probably change the pages slowly over time. Main reason I want to is to be able to make text smaller on mobile, and I understand from previous posts that I cannot do that if I have it the way it is, have to get rid of <span style=”font-size: 18pt;”> that I have on every page.
October 19, 2017 at 11:12 am #406449Leo
StaffCustomer SupportYup you are correct. Not using inline style will make it much easier 🙂
October 13, 2021 at 12:44 am #1961771Arun
Hey! I’m facing the same problem problem. Not able to change my body font it stuck in ‘verdana’. Tried many things but still not able to change. Here is the site Referraloffer.
Some parts are changing like date, writer name and etc. but the content part is not changing at all please fix it outOctober 13, 2021 at 1:00 am #1961775Elvin
StaffCustomer SupportHi Arun,
You have this custom CSS on Appearance > Customize > Additional CSS.
p { font-family: verdana; font-size: 16px; }you can remove it from there if you don’t need this for site. 🙂
October 13, 2021 at 7:57 am #1962329Arun
Thank you very much (❁´◡
❁)(❁´◡❁)October 13, 2021 at 8:20 pm #1962776Elvin
StaffCustomer SupportNo problem. 😀
-
AuthorPosts
- You must be logged in to reply to this topic.