- This topic has 3 replies, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Fixed background image in "perfect"
Hi there!
At the demo version of “perfect” some background pictures are fixed. f.e. at the “perfect boxes” section. how can i manage this? thanx a lot.
Thx.
Hi Helmuth,
You have to set background image for the section via Appearance>>Customize>>Front Page>>Sections
Then add this code in Appearance>>Customize>>Basic>>Custom CSS Box
.home4_section_area_bg{ background-attachment:fixed !important;}
(home4 here is section number. If you want background in section 2 then you have to add this code: .home2_section_area_bg{ background-attachment:fixed !important;})
Regards,
Dave
Thanks, it works so far.
But: when i add two codes, f.e. for section 2 and 4, only the first code works. how can i make 2 or more sections working?
You have to add code like this:
.home2_section_area_bg, .home3_section_area_bg, .home4_section_area_bg{ background-attachment:fixed !important;}
Regards,
Dave
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]