-
SamiParticipant
Hi!
First of all, congratulations for creating such a great theme! it’s one of the best themes out there!
I’m testing enlightenment in order to use it for a future project. it’s installed in my “sandbox” wordpress instal.
I created a child theme. Just cleared the wordpress cache and the firefox cache.
Wordpress at it’s most recent version, no plugins related to style are active, except for page builder by site origin (in a couple of pages, only).My test site is: http://scategor.pt/ts/
I have a couple of questions for you, then.
The background issue
Whenever i try to set a background image, I can’t succeed.
I tried trought the compozer, by setting background image. No results.
I tried editing the style.css on the child theme, like this:
body {
background: url(“../img/cropped-cropped-cabecalho-5.png”);
}
body.design-full-screen {
background: url(“../img/cropped-cropped-cabecalho-5.png”) !important;
}
Note: images are located in scategor.pt/img/; wordpress is located in scategor.pt/ts
I think the filepath is correct.
None of the pages shows a background.
Can you help me? I really need a background image in the site, that will look like a watermark (it’s not really the image i’m testing, but in the working site, I will need to put a gray globe in the top left.Navigation menu
I’d like to alter the behaviour of the menu: make it mouse hover, instead of mouse click.
I’d prefer to do that trough the child theme.Thanks in advance.
Sam
SamiParticipantHi!
I know you are not obligated to say anything, nor give any support.
But… I wonder why in two weeks there is no response, when in the meanwhile, you answered other support questions.I’d love to use this theme, if I had a solution to the issues I reported.
Can you tell me anything, please?
Daniel TaraKeymasterThe background image doesn’t show up in the full screen design. The correct selector to set the background image to is
.design-full-screen .site
.
You must be logged in to reply to this topic.