Forum Replies Created
-
AuthorPosts
-
Fantastic! It worked perfectly :) Thank you so much!
Hi Victoria
Yes i mean the menu in the left sidebar on “Our Products”. Can I divide it with a separator or otherwise??
BR Tine
Hi John
The website is under construction. See private content
At the page “Our products” we would like to divide the menu with a separator/line between Spiral Cooker / Pasteurizer and Pilot plants. Is that possible??Best regards
TineFebruary 23, 2017 at 10:48 am in reply to: Fixed background image with fullwidth color sections on top #750883Hi Rikard
Yes it solved my problems :)
BR Tine
February 22, 2017 at 8:03 pm in reply to: Fixed background image with fullwidth color sections on top #750637Never mind, think I finally found the solution.
Guenni007: https://kriesi.at/support/topic/on-each-page-one-different-background-image/
every page of your site has its own page-id in form of a class to body ! (look to the source code of the concerning website page)
so if you don’t want to install a plugin the only way is to set up for each page-id a unique rule in quick cssso if you have the code above set up first the non-changing rules:
.main_color {
background-attachment: fixed;
background-clip: border-box;
background-color: #ffffff;
background-origin: padding-box;
background-repeat: no-repeat;
background-size: cover;
}
and than for every page (even if home page got it) for example..page-id-31 .main_color {
background-image: url(“//studiopsicologoverona.it/wp-content/uploads/2016/03/PSICOLOGO-VERONA-GIORGIO-DAL-MASO.jpg”);
}
.page-id-65 .main_color {
background-image: url(“//studiopsicologoverona.it/wp-content/uploads/2016/03/PSICOLOGO-ROMA-GIORGIO-DAL-MASO.jpg”);
}February 22, 2017 at 7:18 pm in reply to: Fixed background image with fullwidth color sections on top #750611I have also tried the CSS code:
body.page-id-579
{
background-image:url(‘http://www.teknikerne.dk/wp-content/uploads/2015/10/Header_FactoryAndFacilites.jpg’);
background-repeat:no-repeat;
background-attachment:fixed;
}February 22, 2017 at 11:43 am in reply to: Fixed background image with fullwidth color sections on top #750424Hi Rikard
I want to have a fixed background image with text upon in 50% opacity color sections, so you still can see the image through – just like the website below.
I’ve tried to use plugins as WP-Backgrounds Lite and Full Background Manager, but without success.
I only want a fixed background image on some pages, and for those pages it’s different images. So what i need is to know how i make a fixed background image only on one page.
Can you help me with that??Best regards
TineFebruary 21, 2017 at 9:06 am in reply to: Fixed background image with fullwidth color sections on top #749822Hi Rikard
It should be changed now.
BR Tine
February 20, 2017 at 2:44 pm in reply to: Fixed background image with fullwidth color sections on top #749377Hi Rikard
I have made a user with your email.
To get a fixed background image i’ve tried to use plugins as WP-Backgrounds Lite and Full Background Manager, but without success. I really hope you can help me.
February 17, 2017 at 2:11 pm in reply to: Fixed background image with fullwidth color sections on top #748435Hi Rikard
The site i’m working on is under construction, so i’ll need to make you a profile and will therefore need your email.
-
AuthorPosts