• Resolved sooz.qq

    (@soozqq)


    Hi
    Running the Motif theme and cant centre the logo, please help

    also need to know how to remove the menu, i dont want any menu at all just the background image and pages with no title how do i do this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Running the Motif theme and cant centre the logo

    This should do it:

    .site-image {
      text-align: center;
    }

    also need to know how to remove the menu, i dont want any menu at all just the background image and pages with no title how do i do this?

    You can hide the menu with this:

    .main-navigation {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter sooz.qq

    (@soozqq)

    I bow to your Kathryn, thank you so much worked an absolute treat! ??

    many many thanks

    Moderator Kathryn Presner

    (@zoonini)

    My pleasure, glad that did the trick!

    Thank you so much for this thread. It worked!! I tried so many different things.

    Glad it helped!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Motif logo how to centre?’ is closed to new replies.