New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Neighborhood SSL issue at Checkout
Hi,
Add this css to overwrite the other rule.
body{ background: #e4e4e4 url(https://madebybodhi.com/wp-content/uploads/2015/05/ff_rp_bkg2.png) repeat center top fixed !important; }
-Rui
Please open to edit sf-custom-styles.php at /neighborhood/includes/swift-framework/.
Find this code :-
if ($body_upload_bg) {
Change with:-
if ($body_upload_bg) { $body_upload_bg = str_replace(‘http:’,’https:’,$body_upload_bg);
Mohammad
Thanks. Solved!
Hi, You most welcome. I’m glad that issue resolved. Thanks 🙂 With Best Regards Mohammad
You must be logged in and have valid license to reply to this topic.