I’am using ClassiPress 3.3.2 for my Classified Ads website under WordPress. But by default there are no Tab or any simple way like Template Option to Change BackGround image.
If we check in Tab Menu, we can’t found Tab for Background to easy change background image for our site.
We need to do a little custom in template file folder : functions.php and style.css
1 2 |
// wpMayafta Custom Background add_theme_support( 'custom-background' ); |
1 2 3 |
/* wpMayafta Custom Background */ .content{ background-image:none !important; background-color: transparent !important; border-bottom:none; border-top:none;} .content_botbg { background-image:none !important; background-color: transparent !important; border-bottom:none; border-top:none;} |
Now, in Tab menu, we can found Tab Latar Belakang / Background.
So, we can change background of our ClassiPress Background more easy.
I hope this article can help… Thank you.