• Hi Everyone,

    Hoping I am posting this in the right category. I am running Twenty Thirteen Theme ( http://www.LadyBillie.com) I want to change a few things but am having trouble doing so. I am fairly new to editing the files so it is probably staring at me right in the face 🙂

    I want to know how to change the colour of menu background and widget area background. (the cream colour)

    I also want to know how I can get the theme to show the side bar widgets on a mobile device, not sure if this one is possible?

    Thanks in advance for any knowledge you may have to offer!

    Billie

Viewing 2 replies - 1 through 2 (of 2 total)
  • I want to know how to change the colour of menu background and widget area background. (the cream colour)

    You can use this in your custom CSS area or child-theme CSS. Change the hex color codes (the #f6f6f6 part) to the color you want.

    /* main navigation background color */
    .navbar {
        background-color: #f6f6f6;
    }
    
    /* widget background color */
    .widget {
        background-color: #f6f6f6;
    }

    I also want to know how I can get the theme to show the side bar widgets on a mobile device, not sure if this one is possible?

    Your sidebar does show on mobile. It’s at the bottom of the page on mobile devices because there isn’t enough room to put it side-by-side with the content.

    Unless you have something else in mind?

    Thread Starter Lady Billie

    (@lady-billie)

    Thank you for that, I shall give that a go!
    With the mobile viewing, the widgets only come up at the bottom if someone scrolls all the way to the bottom and clicks view full site. So any widgets require a lot of scrolling and most new visitors are not going to know to do this action to see the widgets. I just wondered if there was an easier way to view them but not to worry. 🙂

    Thanks

    Billie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Thirteen Customisation’ is closed to new replies.