Cubic theme
-
Hi!I would like the cubic theme,but I would need a background on it,and I would need the menu button to be changed like the one in scratchpad-is it possible?!thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Hi!I would like the cubic theme,but I would need a background on it,
Cubic does not support custom backgrounds. Cubic is meant to be used for single image posts and image galleries, where the image/gallery takes up the entire screen, so there’s no reason to have a custom background image if you’re using the theme in the way it was designed.
To add a background image you can use this CSS:
/* Add background image */ body { background-image: url("https://ilmondodicate.files.wordpress.com/2021/09/f060e40d-8173-444a-a758-3ddd1b3bf86f.jpeg"); } /* Give content box a solid background */ .entry-content { background-color: rgb(255, 255, 2555); }As this theme wasn’t designed to work this way, it doesn’t necessarily look very good, though.
I would need the menu button to be changed like the one in scratchpad
Do you mean the button Scratchpad has in the mobile view?
That kind of change is not possible using just CSS, but requires modification of the theme’s PHP and JavaScript files. You can make those kinds of changes by creating a child them on our Business Plan, but we don’t provide support for creating child themes:
https://wordpress.com/support/themes/uploading-setting-up-custom-themes/child-themes/
-
- The topic ‘Cubic theme’ is closed to new replies.