How do I add a background to the Carts Listing pag

  • Posts: 59
  • Thank you received: 0
11 years 11 months ago #89294

Using Firebug, it looks like the container for that info is call hikashop_carts_listing. I have tried to add the following to both the front end custom CSS and to the Styles CSS that I am using, but I do not get a white background.

.hikashop_carts_listing{
  padding-top: 20px;
padding-left:20px;
background-color:white !important;
}

This has worked for the other cpanel pages, so not sure what I am doing wrong. Not very knowledgeable of css or php, but can try basic stuff. The template we are using has a strong background image that requires the hikashop pages to have a white background in order to read the content. Got everything else cured. Just this last page needs work.

Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 0
11 years 11 months ago #89295

In playing around a bit more, I turned on the Wishlist feature, created a menu item for it, but see that I have the same issue on that page. From Firebug, it looks like this is the same div ID. I am assuming that if I fix it once, both pages will be fixed??? Just need to know where and how to change the background for those displays.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 11 months ago #89400

Hi,

It's not a class that you have to use, but the ID, so try:

#hikashop_carts_listing{
  padding-top: 20px;
padding-left:20px;
background-color:white !important;
}
It should solve the problem for the two pages.

Please Log in or Create an account to join the conversation.

  • Posts: 59
  • Thank you received: 0
11 years 11 months ago #89500

That works. Thanks!

Please Log in or Create an account to join the conversation.

Time to create page: 0.071 seconds
Powered by Kunena Forum