• Resolved [email protected]

    (@davefeldergmailcom)


    I’m trying to use Coeur for my website, and it’s working pretty well. I can find your controls for adjusting the font type, but I can’t find a way to adjust the size of the fonts.

    I would like to make the h1 font size a little smaller, because on a cell phone, a title takes up half the screen. I can see the editor.styles.css file using filezilla, but when I try to change the font size there, it doesn’t seem to make a difference.

    I”m not a web developer, I just know enough to get in and really break things, so I’m a little hesitant to dig too deep.

    Any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • CypressWebs

    (@jmeyer2485)

    Don’t edit the core CSS of the theme becasue when/if the theme DEV updates the theme everything will be lost.

    Try installing this plugin HERE

    Then after you activate the plugin try pasting this code:

    .blog-title a {
        font-size: 24px;
    }

    Just adjust the 24px to your liking.

    Also providing a site link is always helpful for us ??

    Thread Starter [email protected]

    (@davefeldergmailcom)

    Thanks. That did the trick. I needed to the blog-post-title too, but you set me on the right track.

    CypressWebs

    (@jmeyer2485)

    Just do this code then for that.

    .blog-post-title {
        font-size: 40px;
    }

    Thread Starter [email protected]

    (@davefeldergmailcom)

    Got it. Thanks.

    Site is https://www.ryanvideo.com. I just installed Coeur over the weekend. My previous theme had been customized for me and either by design or error was missing a couple of important features, the most important being responsive. They probably turned that off because they wanted me to buy a subscription for a mobile site.

    When I changed themes, most of my graphics disappeared from the site, so I’ve got to do a bit of work putting them back into the static pages.

    CypressWebs

    (@jmeyer2485)

    If you need any more help feel free to post a new thread!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font control’ is closed to new replies.