- This topic has 12 replies, 2 voices, and was last updated 10 years, 4 months ago by jeffery.scherer.
-
AuthorPosts
-
June 26, 2014 at 3:06 am #36359jeffery.schererParticipant
I have changed all of my fonts to Helvetica and saved but the site still displays the default Arial font. Please help.
Thanks,
Jeffschererlawgroup.com
June 26, 2014 at 4:54 pm #36431SakinKeymaster@jeffery.scherer: It is showing Helvetica for me. Remember, when you choose Helvetica font, it will check in the computer that you are viewing site on, if there is Helvetica font install or not. If the site doesn’t find the Helvetica font in the computer then only it will display Arial font as alternative.
We will not be able to load Helvetica always as this is Paid font and are not authorized to add in theme with embed font.
June 27, 2014 at 1:51 am #36516jeffery.schererParticipantOk thanks, I see that it is $29 to buy the font. I can live with the arial for now. On the home page, I would like to change the message that starts with “Scherer Law PLLC is a boutique special education law” that is 22 px to match the rest of the site with 16 px. Will this also effect the fonts below the pictures at the bottom? If not, how can I change it?
Thanks for the great theme and your help!
Jeff
schererlawgroup.com
June 27, 2014 at 11:40 pm #36685SakinKeymaster@jeffery.scherer: You can add the following css in “Appearance => Theme Options => Custom CSS” nox.
If you want to change the font size in Scherer Law PLLC is a boutique special education law and also the font below the pictures then you can simply add the following css which will work for both.
#featured-post .entry-title { font-size: 16px; }
But if you just want to change only in Scherer Law PLLC is a boutique special education law text then you can add the following css.
#featured-post #feature-heading { font-size: 16px; }
June 28, 2014 at 2:04 am #36700jeffery.schererParticipantPerfect, thank you so much.
June 28, 2014 at 7:33 am #36722jeffery.schererParticipantHi Sakin,
It’s me again. Is it possible to separate Who I Am title from the button that also says Who I am? My wife would like it to say “Melissa Scherer, Texas Special Education Lawyer” instead of Who I Am. Does that make sense? The button on the menu would still say WHO I AM but the title on the actual page that comes up would have her name above the picture.
Thanks for your help, Jeff
June 28, 2014 at 10:31 am #36743SakinKeymaster@jeffery.scherer: For this you can simply edit the page title “Who I Am” to “Melissa Scherer, Texas Special Education Lawyer” and for menu, now you need to create “Custom Menu” from “Appearance => Menus” and all your pages to new custom menus, when you add custom menu, it gives you option to change the label of the menu item. So, in the label of Menu page is “Melissa Scherer, Texas Special Education Lawyer”, you can change the label to “Who I Am”. After you create and save the menu, you need to assign menu location from “Appearance => Menus => Manage Locations” and assign location as “Primary Menu”.
For more about Custom Menu:
Video Series: http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Blog Post: http://catchthemes.com/blog/custom-menus-wordpress-themes/
Pinterest Screenshot: http://www.pinterest.com/pin/548594798330820987/June 28, 2014 at 7:29 pm #36826jeffery.schererParticipantThank you!! That was a scary experience for a couple of minutes…. Also, thanks for the links to the other resources. The Pinterest screenshots are very helpful. Best support!!
June 28, 2014 at 7:41 pm #36829jeffery.schererParticipantWill this option allow me to change the font size for those titles on each page and make them smaller?
jeffJune 28, 2014 at 10:45 pm #36862SakinKeymasterHi Jeff,
I found major issue in your site. I see that you have added following css in “Appearance => Theme Options => Custom CSS”:
.site { margin: 20px auto; margin: 2rem auto; width: 900px; width: 90rem; }
Please remove it. It is making issue in your responsive design. Means in your mobile devices. The best option at this stage for your site will be to replace the above CSS with the following css in “Appearance => Theme Options => Custom CSS” box. You can also adjust the font of title in the below css:
@media screen and (min-width: 961px) { .site { margin: 20px auto; width: 790px; } /* Page title Font Size */ .entry-header .entry-title { font-size: 30px; } }
June 29, 2014 at 2:03 am #36920jeffery.schererParticipantThanks for noticing the responsive design issue! All of the changes look great. When I try to use the links to the other pages from the home page on my phone, it doesn’t work. If I’m any of the other pages, I can navigate to other pages. What have I messed up now?
Thanks,
JeffJune 29, 2014 at 10:33 pm #37062SakinKeymasterHi Jeff,
I don’t get it what you mean. I just check in your site from iPhone and Android Phone and I have been able to navigation from Menu easily.
Regards,
SakinJune 30, 2014 at 3:10 am #37096jeffery.schererParticipantIt’s working on my HTC today and on my son’s iphone. Thanks again for all of your help this past week. You rock!
Jeff
-
AuthorPosts
- The topic ‘Font Family Options not saved’ is closed to new replies.