-
AuthorPosts
-
June 11, 2014 at 12:08 pm #277490
Hi,
i used the code from this thread to make the page transparent:
https://kriesi.at/support/topic/transparent-content-and-header/For the content background i simply use color sections with .png images.
Now the page will get a shop with the woocommerce plugin.
On the single product pages i no do not know ho to get a background as i ca not edit them wit a color section.
Ho can i get a background for the single produkt pages?I also found this help:
http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
But how do i get a similar background in there like in the other pages?Thanks in advance!
SimonJune 12, 2014 at 5:26 am #277895Hey Simon!
Try adding this code to the Quick CSS:
.single-product #main { background-repeat: repeat; background-image: url(https://voice-of-heart.net/wp-content/uploads/2014/01/schwarz_50.png); background-attachment: fixed; background-position: top center; border-radius: 20px; margin-top: 20px; }
Cheers!
JosueJune 13, 2014 at 10:34 am #278540This reply has been marked as private.June 15, 2014 at 1:59 pm #279107Hi!
Please add following code to Quick CSS as well
.woocommerce .title_container { display: none!important; } .single-product .avia_cart_buttons > a { color: black; }
Cheers!
YigitJune 16, 2014 at 7:15 am #279269This reply has been marked as private.June 16, 2014 at 10:07 am #279325Hey!
Thank you for the update.
Are you referring to the Reviews tab when you say “rating box”? I’m sorry but the rating box is not there when I checked the website. There are lots of script errors. Please deactivate the plugins especially the Shareaholic plugin. If you don’t mind, please post a screenshot of how the rating box looks like on your end. Try to add this on Quick CSS or custom.css to change the font color of the comments on the rating box:
.main_color .comment-text { color: red; }
Cheers!
IsmaelJune 16, 2014 at 11:11 am #279351Hi Ismael,
yes i mean the Product Review Box.
The code did not work.
June 16, 2014 at 3:48 pm #279496June 16, 2014 at 4:34 pm #279526This reply has been marked as private.June 16, 2014 at 4:54 pm #279544June 16, 2014 at 5:33 pm #279569This reply has been marked as private.June 16, 2014 at 5:39 pm #279577Hi!
Please add following code to Quick CSS as well
div#reviews { color: black; }
Cheers!
YigitJune 16, 2014 at 5:53 pm #279589Thats it! Thanks!!
June 16, 2014 at 5:55 pm #279591 -
AuthorPosts
- The topic ‘Transparent Page Question’ is closed to new replies.