Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!
    Simon

    #277895

    Hey 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! 
    Josue

    #278540
    This reply has been marked as private.
    #279107

    Hi!

    Please add following code to Quick CSS as well

    .woocommerce .title_container {
    display: none!important;
    }
    .single-product .avia_cart_buttons > a {
    color: black;
    }

    Cheers!
    Yigit

    #279269
    This reply has been marked as private.
    #279325

    Hey!

    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!
    Ismael

    #279351

    Hi Ismael,

    yes i mean the Product Review Box.

    The code did not work.

    #279496

    Hey!

    I also could not see a rating box. Please post a screenshot

    Regards,
    Yigit

    #279526
    This reply has been marked as private.
    #279544

    Hi!

    Do you mind posting a temporary login here privately?

    Best regards,
    Yigit

    #279569
    This reply has been marked as private.
    #279577

    Hi!

    Please add following code to Quick CSS as well

    div#reviews {
    color: black;
    }

    Cheers!
    Yigit

    #279589

    Thats it! Thanks!!

    #279591

    Hi!

    Great! Glad we could help, let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Transparent Page Question’ is closed to new replies.