CSS help! Sidebar menu and logos in the footer?

  • Unknown's avatar

    Hello, I’m struggling to find a solution to two issues so I thought I’d ask for some help. The theme I’m working with is Cubic and the blog is http://espacephotography.com/

    1. The menu of the Cubic theme can be opened only by clicking on the icon on the top-right of the screen: is it possible to create a menu bar instead? Or, if not, would be it be possible to add the word “Menu” next to the icon so that it is clearer that you have to click there to open it?

    2. Is it possible to add logos in the footer? I can also put all of them in one image file, but I’m still not sure whether I can add it to the footer on not.

    Thanks in advance for the help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi espacephotography

    I don’t think you can add a menu bar. To add the word “Menu” you can use the following custom CSS.

    .sidebar-toggle:before {
        content: "Menu f419";
        display: inline-table;
    }

    To add custom CSS

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    You need to be on the WordPress.com Premium Plan for custom CSS to save.

  • Unknown's avatar

    It is possible to add logos to the footer.

    Once you have uploaded the image to your site, post a link to the image URL and I will work out the CSS for you.

  • Unknown's avatar

    Hi, thank you so much for your help!

    “Menu” appeared, yay! Is it possible to make it a bit bigger?

    The image I would like to have in the footer is this one: https://espacephotography.files.wordpress.com/2015/10/logosgrey.jpg

    Thanks again!

  • The topic ‘CSS help! Sidebar menu and logos in the footer?’ is closed to new replies.