• Resolved kolyvahy

    (@kolyvahy)


    Hi,

    So far, I love the theme. I noticed however that some of the changes I make don’t appear on the mobile version. It’s good on desktop, but for example, the font I chose for the main menu as well as for my blog entry titles don’t show on mobile.
    Is there anyway to fix this?
    thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, the fonts look the same to me but looking at your child theme’s style.css file there is the following right at the top

    .entry-title {
    	font-family:times
    }

    So this should be fixed and set at whatever font family you want to use as well as closing it out with a ; at the end

    .entry-title {
    	font-family: "Times New Roman";
    }

    Do you have a screenshot of the differences you’re seeing? You can use https://snipboard.io to share them and provide the links on here.

    Thread Starter kolyvahy

    (@kolyvahy)

    THanks Jarret for your response. it worked. I have another question, would it be possible to change the font in a text widget?

    Most likely yes, which widget were you wanting to target? You could either target all the widgets on a page or a specific one.

    Thread Starter kolyvahy

    (@kolyvahy)

    I’d like to add some text in the footer that would appear on all pages.

    I’d like to add some text in the footer that would appear on all pages.

    You can do that by Go into your site’s admin Dashboard and select Appearance → Customize → Widgets → Footer Column X → Add a Widget and then use a Text Widget.

    Here is a screenshot for your reference:

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