• Hi,

    How can I position my site’s logo at the top of my mobile theme rather than the blog title?

    If this is impossible, how can I change the font of the title in the mobile theme?

    Thank you,

    Jay

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of every element on your site thanks to CSS. To add custom CSS to the Mobile Theme, you can go to Appearance > Edit CSS in your dashboard, and make sure the Mobile option is checked in the sidebar before to enter your CSS.

    If you don’t know much about CSS yet, you can check these tutorials here:
    https://dailypost.wordpress.com/2013/07/25/css-selectors/

    Thread Starter cockneyjay

    (@cockneyjay)

    I appreciate all of your help. Is there any way that you would know a simple code to paste so that my logo would appear at the top? Maybe if I had it stored in a URL somewhere?

    I’m going to spend time learning HTML and CSS but this is pretty much the final touch I need to launch my website this weekend.

    The site is https://www.coffeebreakfiction.com

    Thank you.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you go to Appearance > Customize in your dashboard, and check if your theme supports Header images? If so, you can upload one there, and it will be used in the Mobile Theme as well.

    If you don’t see such a section, you can add one by adding the following to the bottom of your theme’s functions.php file:

    add_theme_support( 'custom-header' );

    Thread Starter cockneyjay

    (@cockneyjay)

    Hi,

    Okay that actually did the opposite of what I wanted. It added a second logo on my desktop theme but didn’t add anything to my mobile theme. I don’t want the header on my desktop but I do want it on my mobile theme. I guess I just need to take a course to get this logo in my mobile theme.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    If your theme supports custom header images out of the box, it will indeed add one to your header. You should then be able to remove the other one you had added before.

    The header image should then also appear in the Mobile Theme; if you don’t see it, could you try clearing your browser cache, and let me know how it goes?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo at header of mobile theme?’ is closed to new replies.