• Hi
    Please understand this a huge learning curve for me, i have several issues since activating amp for WP mainly wocommerce pro plugin. I hope someone could help me with this please
    1. Changing background colour of the additional information/review bar on product page and the cart page the apply coupon and proceed to checkout buttons to #b12823
    I have added my code to the Design – Global – advanced -custom css but it didnt work.

    2. My Home page has the wording Woocommerce Title and 3 images underneath which shouldn’t be there and need them removed.

    3. All Related products show, when i only need certain ones. Cant find a setting to change this. The images are really poor, do i need different setting for these.

    4. Is there a way of hiding/turning of the tax amount on the product/cart pages as i don’t need to show it.

    5. The cart page shows the woocmommerce title issue with the 3 products which shouldn’t be there.

    6. Also Appearance – Amp doesn’t show an amp page.

    I do hope you could point me in the write direction to resolve these problems

    • This topic was modified 7 years, 10 months ago by ulefos1199.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor ampforwp

    (@ampforwp)

    Hello @ulefos1199

    2- Regarding the WooCommerce title and 3 images are appearing on the homepage I think you have added it in the widget area so can you please check it and remove.

    Alternatively, you can paste this CSS code into custom CSS section of our plugin.
    .amp-wp-content.widget-wrapper {
    display: none;}

    1- Regarding changing color of additional information and review bar you can use this css code:
    .tabButton.h4.ampstart-nav-item {
    background: #b12823;}

    Regarding to change add to cart button color you can use this CSS code.
    input.ampstart-btn.caps {
    background: #b12823;}

    Regarding hiding tax price you can paste this CSS code to custom CSS section of our plugin.
    .tax-price {
    display: none;}

    Regarding issue number 3 can you please explain a little bit more so I can understand and solve it for you.

    Thread Starter ulefos1199

    (@ulefos1199)

    Thank you for your reply i really appreciate it. This is what i added to
    Amp – design – global – advanced -css
    .amp-wp-content.widget-wrapper {
    display: none;}
    .tabButton.h4.ampstart-nav-item {
    background: #b12823;}
    .input.ampstart-btn.caps {
    background: #b12823;}
    .tax-price {
    display: none;}
    .amp-meta-wrapper {
    display: none;}
    .breadcrumb ul li {
    display: none;}

    The tax has been removed/hidden from the product pages which is great but not on the cart page which i need removing.
    The coupon button and the proceed to checkout backgrounds needs to be #b12823 on the cart page. I tried this but it didn’t work
    .checkout_button,.coupon.button {
    background: #b12823;}

    Any ideas

    Thread Starter ulefos1199

    (@ulefos1199)

    ahhh.
    Just uploaded amp-gravity-forms.zip and my site has broke, just a white screen. Please help.

    Plugin Contributor ampforwp

    (@ampforwp)

    Hello ulefos1199

    Yes, we are here to help you.

    Can you please contact us on team@magazine3.com so We can solve your issues.

    Here I can provide a limited support due to some restriction so its better if you contact us personally to the support team.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Issues That need Resolving. CSS.’ is closed to new replies.