Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #36359
    jeffery.scherer
    Participant

    I have changed all of my fonts to Helvetica and saved but the site still displays the default Arial font. Please help.

    Thanks,
    Jeff

    schererlawgroup.com

    #36431
    Sakin
    Keymaster

    @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.

    #36516
    jeffery.scherer
    Participant

    Ok 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

    #36685
    Sakin
    Keymaster

    @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; }

    #36700
    jeffery.scherer
    Participant

    Perfect, thank you so much.

    #36722
    jeffery.scherer
    Participant

    Hi 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

    #36743
    Sakin
    Keymaster

    @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/

    #36826
    jeffery.scherer
    Participant

    Thank 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!!

    #36829
    jeffery.scherer
    Participant

    Will this option allow me to change the font size for those titles on each page and make them smaller?
    jeff

    #36862
    Sakin
    Keymaster

    Hi 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;
        }
    }
    #36920
    jeffery.scherer
    Participant

    Thanks 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,
    Jeff

    #37062
    Sakin
    Keymaster

    Hi 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,
    Sakin

    #37096
    jeffery.scherer
    Participant

    It’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

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Font Family Options not saved’ is closed to new replies.