-
Author
Tagged: side menu background image
-
April 2, 2016 at 01:14 #114190jokeretteParticipant
I’d like to add CSS to the child theme for this. Didn’t see options anywhere in the Kleo options for it?
Thanks so much.
April 4, 2016 at 19:36 #114487RaduModeratorHi,
Just use this :
COPY CODE.offcanvas-left.offcanvas-type-default .offcanvas-sidebar.is-open, .offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar.is-open { background: brown; }
Replace brown with your desired color
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 4, 2016 at 23:16 #114556jokeretteParticipantWork for graphic images too? Can I replace that with the whole CSS url- thing? Thank you!
April 5, 2016 at 18:14 #114700RaduModeratorTry to paste that style in wp-admin -> theme options -> quick css
It should work with images to
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 6, 2016 at 21:46 #114933jokeretteParticipantHey Radu! I’m beginning to think it’s me – I tried to simply set the menu background COLOR and that doesn’t work either. (in the new spot – theme options/general/quick css.)
.offcanvas-left.offcanvas-type-default .offcanvas-sidebar.is-open, .offcanvas-left.offcanvas-type-overlay .offcanvas-sidebar.is-open {
background-image: url(“Where-graphic-is”);
background-color:yellow;
}Have I hosed up the CSS in any way? Thanks!
April 7, 2016 at 16:46 #115071RaduModeratorHi,
Use this it works
COPY CODE.offcanvas-right.offcanvas-type-default .offcanvas-sidebar.is-open, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar.is-open { background-image: url('http://www.joomlaworks.net/images/demos/galleries/abstract/7.jpg') !important; background-repeat:repeat-y; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 8, 2016 at 22:29 #115409jokeretteParticipantThank you, Radu! You rock, and so does Kleo. I’m migrating my (rather large) community to wordpress – it HAS to look superb or I’ll be hung! Thanks to you, it is now getting there. That last code snippet did the trick. Now our slide-out menu is absolutely gorgeous. THANK YOU!
April 11, 2016 at 13:01 #115585RaduModeratorYou’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.