Viewing 15 replies - 1 through 15 (of 16 total)
  • shtain

    (@shtain)

    Gime please link to your site – so i can check in debug mode

    • This reply was modified 7 years ago by shtain.
    Thread Starter motoprogr

    (@motoprogr)

    I haven’t publish it yet, the url still reads “under construction”.

    Thread Starter motoprogr

    (@motoprogr)

    None?

    To be able to advise its necessary to examine your page using browser tools. Its not possible to work from a screenshot. Please come back when your site is available.

    Thread Starter motoprogr

    (@motoprogr)

    I can publish it for a while and then i’ll sent it to construction again.
    Let me know when you are ready.

    Thread Starter motoprogr

    (@motoprogr)

    Ok fixed it while still ofline. Removed the frames following the instructions here https://nicola.blog/2016/07/22/remove-sidebar-woocommerce-pages-storefront/
    Thank you all!

    Thread Starter motoprogr

    (@motoprogr)

    Hello lorro!
    I almost complete the website mate and i have a couple questions.
    I made transparent header and footer but on the header there still a thin black horizontal line, what is it?
    Site https://www.motopro.gr
    Thank you in advance!

    • This reply was modified 6 years, 11 months ago by motoprogr.
    • This reply was modified 6 years, 11 months ago by motoprogr.

    Its under construction so I would need to see it to be able to examine the styles with browser tools.

    Thread Starter motoprogr

    (@motoprogr)

    Ok up now.I always forget to publish it.
    I also noted that product names are in black color and can’t found how to change them, i manage to change all other fonts though except these.
    happy new year mate ??

    • This reply was modified 6 years, 11 months ago by motoprogr.

    Happy New Year!

    /* remove header bottom border */
    header {
      border-bottom-width: 0 !important;
    }
    /* change product title font color */
    .woocommerce-loop-product__title {
      color: #fff;
    }
    Thread Starter motoprogr

    (@motoprogr)

    this is CSS right?

    Try it at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter motoprogr

    (@motoprogr)

    Excellent that worked.
    The text color though changed only in main page, when you open a product the NAME, DESCRIPTION (title only not entire description) and RELATED PRODUCTS are still in black.
    Is there any way to change them all once for all?

    I think you’ll need to pick them off one by one.

    .product_title,
    .wc-tab h2 {
      color: #eeee22;
    }

    Are there any more?

    Thread Starter motoprogr

    (@motoprogr)

    Only the RELATED PRODUCTS (named as Σχετικ? προ??ντα in Greek) just below description remains black as i can see.tomorrow morning i’ll check all site from beginning.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Storefront theme question’ is closed to new replies.