Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1256984
    economycandy
    Participant

    I am trying to change the background color on the content areas for the Renew Stack. I have tried a color change, pattern and image and nothing appears to be taking effect. Read through many posts and tried a few different things including custom css and nothing appears to be working.

    Only have 4 plugins installed which are woocommerce, slider revolution and a couple others that I have deactivated with no positive effect.

    full-width being used on the site too.

    Please help.

    #1257347
    Nico
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1266893
    economycandy
    Participant
    This reply has been marked as private.
    #1266909
    Thai
    Moderator

    Hi There,

    Could you please double check on your website, it’s down on my end?

    http://i.imgur.com/NKF216v.png

    Thanks.

    #1267013
    economycandy
    Participant

    Thai,

    it is up, I was most likely updating the site from my local dev environment when you tried.

    #1267014
    economycandy
    Participant

    Thai,

    Can you tell me also why some category pictures have borders while others do not. I need to remove all borders from all category pictures and my search on your forums for the renew stack and this issue did not work. I tried several different css posts is what I mean.

    Shannon

    #1267019
    economycandy
    Participant
    #1267112
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > custom > CSS

    
    .entry-featured {
        border: none !important;
        background: none !important;
    }

    Hope that helps

    Joao

    #1277499
    economycandy
    Participant

    Joao,

    Sorry, I think the background color on the homepage question got overlooked partly because I asked a second question here.

    Can you give me the correct css code to change the background color on the homepage of this site please? Still white when i need it changed to the same color as the header.

    Thank you

    #1277547
    Christian
    Moderator

    Hey there,

    Your background is white because your section’s background is white. Ensure your section does not have a background.

    Thanks.

    #1277578
    economycandy
    Participant

    sub-category images still have white background even though the images are transparent compared to the top level category image which has the pink background color.

    Is there a css statement that I can place to make the sub-category images have a transparent background?
    Need sub-category image to look like the ones here:
    http://economycandy.argonstudios.com/product-category/candy/

    Not like they do here:
    http://economycandy.argonstudios.com/product-category/candy/candy-bars-candy/

    #1277646
    Rupok
    Member

    Hi there,

    Those are not really the same thing. However if you want transparent background for the products on mentioned archive pages, you can use this CSS :

    .woocommerce.archive li.product .entry-featured {
      background-color: transparent;
      border: medium none;
    }

    Cheers!

    #1278222
    economycandy
    Participant

    Rupok,

    Pardon me for being slightly off topic, but this change did not work.

    Again, using renew stack and need this page:
    http://economycandy.argonstudios.com/product-category/candy/candy-bars-candy/

    to have the white background and the border removed from the product image. I have identified the css entry but it does not work in global:
    .woocommerce li.product .entry-featured {
    background-color:transparent;
    border: 0px;
    }

    #1278384
    Friech
    Moderator

    Hi There,

    Please resolve this missing bracket issue first: http://image.prntscr.com/image/66f577c3817c4e17a996dbf172c170b8.png

    This is the css code for the Woocommerce pages to have a white background.

    .woocommerce .site {background-color: #fff;}

    Yes, your css code above works for removing the border and making the product image background-color transparent. However if you have a white page background, the product image will have that white background-color as well since we set it as transparent.

    Thanks.

    #1278865
    economycandy
    Participant

    Friech,

    Missing bracket corrected, thank you.

    The code:
    .woocommerce .site {background-color: #fff;}

    We understand your transparency statement and thank you for that as well.

    I only need the content area on the homepage to be the same color as the header:
    http://screencast.com/t/06B1KFm6

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1256984 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>