- This topic has 7 replies, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Add css in Charity Pro
Hi,
I’m trying to add the below css for one of the sections in Charity Pro. I added it to the custom css box, but it doesn’t work. What else do I need to do?
.content-area {
background-image: url(“http://myurl/wp-content/uploads/2017/04/DSC_2732_2.jpg”);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
}
Hi Claudia,
Kindly show us your website URL.
Regards,
Dave
cloudypictures.com
Hi Claudia,
Do you want background image in inner pages? You can set the homepage section background via Appearance>>Theme Option>>Section
Can you send us screenshot where you want to show background image.
Regards,
Dave
I should have been more clear. I am trying to add “background-attachment: fixed;” to the background image in section #2. It is the section with the events list.
Hi Claudia,
Kindly go to Appearance>>Theme Option>>Section>>Section 2
You will find “section id” option there. Add the section id there like “events”.
Then add this code in custom css box:
#events{background-attachment:fixed;}
Regards,
Dave
I added it as you indicated, but it does not work.
Hi Claudia,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]