Background image, cart, footer font color

Hello fantastic people,
I have one webpage with a background image that I want to change, but just couldn’t find the place to do it. It is supposed to be basic, but I have searched through the forum and read the documentation but couldn’t find the solution. This image appears outside the ‘section’. It’s especially evident on the bigger screens, behind the webpage size. Please see screenshot.

In product pages, instead of the image, empty wide spaces appear on the 2 sides. I was advised to go to Theme Options Layout & Design and change to ‘full width’, and expand my content page. But I’m afraid doing this will rock the existing format on the smaller screens. Or will it? That’s my 1st choice actually - to fill up the empty space by enlarging the content page. But I don’t know what the settings should be in order to enlarge to - what should be the numbers to input? (side width =?% side max width =?px)

Also, if you see the screenshot, there is a “cart” at the bottom of the page. I like to remove the cart feature on this webpage. Also I’m not sure why the footer font is not the standard black color?

Look forward to your tips,

Hello @iamwithU,

Thanks for posting in! Before we resolve this issue, please do check out the other thread where it has something to do with your broken custom CSS codes. Once we have resolved the broken CSS, this issue might also be resolved as it may have been related to the other.

Thank you for your understanding.

Hello @ruenel. Thank you for reverting so promptly.
I did as you wisely suggested and it solved half the problems. I’ve edited the above query for the issues that still remain. Appreciate your patience.

Hi @iamwithU,

I have checked and found that the Cart widget is added to the Footer 1 widget area in Appearance > Widgets. If you want to remove it, you need to click on the Delete link as shown in the second screenshot.

Screenshot 1:

Screenshot 2:

Screenshot-2022-08-12-140507

Please remember that if the widget is deleted, it will be removed from all the pages.

Thanks

Thank you @tristup for solving the cart issue so quickly.
What about the other issues raised in my query above, such as the background image?

Hi @iamwithU,

Sorry for the confusion, I thought other problems are resolved. To change the background image of the page, there is an option for the Background Image in Page Settings as shown in the given screenshot.

Please note that the option is only available for the pages.

Regarding the fullwidth, I have checked and found that you have already implemented the fullwidth option which is correct. If you still have any problems you can let us know for further support.

Thanks

You’re a genius, @tristup - so sharp in diagnosing the problem! Appreciate it!

Hello @iamwithU,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns regarding our theme and theme settings.

Thanks

Just wondering, can the cart be removed from one single page using CSS? I tried this but it does not work:

.page-id-2096 .widget_cart {
display: none;
}

Can the cart be removed using CSS for just one webpage? If it’s not too much trouble, can you suggest a code?

Hi @iamwithU,

The class widget_cart is not the correct selector, it should be widget_shopping_cart and your CSS code will look like the following one.

.page-id-2096 .widget_shopping_cart 
{
    display: none;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it. Further customization should be directed to a third-party developer or you can avail One, where we answer the questions beyond normal theme support.

Thanks

Spectacular, @tristup! Just what I need. What a great support team. I’m so thankful to be using Themeco’s theme!

Hi @iamwithU,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.