Tagged: x
-
AuthorPosts
-
November 14, 2016 at 3:29 pm #1256984
economycandyParticipantI 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.
November 14, 2016 at 7:46 pm #1257347
NicoModeratorHi 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.
November 22, 2016 at 9:19 am #1266893
economycandyParticipantThis reply has been marked as private.November 22, 2016 at 9:34 am #1266909
ThaiModeratorHi There,
Could you please double check on your website, it’s down on my end?
http://i.imgur.com/NKF216v.png
Thanks.
November 22, 2016 at 10:40 am #1267013
economycandyParticipantThai,
it is up, I was most likely updating the site from my local dev environment when you tried.
November 22, 2016 at 10:42 am #1267014
economycandyParticipantThai,
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
November 22, 2016 at 10:45 am #1267019
economycandyParticipantSorry, here is an example on the product images and borders:
No borders:
http://economycandy.argonstudios.com/product-category/candy-by-color/Borders:
http://economycandy.argonstudios.com/product-category/holidays-occasions/baby-shower-new-baby/then you have partial borders:
http://economycandy.argonstudios.com/product-category/candy-by-color/black/Thanks for your help!
ShannonNovember 22, 2016 at 11:58 am #1267112
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > custom > CSS
.entry-featured { border: none !important; background: none !important; }Hope that helps
Joao
December 1, 2016 at 9:26 am #1277499
economycandyParticipantJoao,
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
December 1, 2016 at 9:57 am #1277547
ChristianModeratorHey there,
Your background is white because your section’s background is white. Ensure your section does not have a background.
Thanks.
December 1, 2016 at 10:26 am #1277578
economycandyParticipantsub-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/December 1, 2016 at 11:26 am #1277646
RupokMemberHi 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!
December 1, 2016 at 7:30 pm #1278222
economycandyParticipantRupok,
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;
}December 1, 2016 at 10:37 pm #1278384
FriechModeratorHi 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.
December 2, 2016 at 9:45 am #1278865
economycandyParticipantFriech,
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/06B1KFm6Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1256984 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
