Gime please link to your site – so i can check in debug mode
-
This reply was modified 8 years, 7 months ago by
shtain.
I haven’t publish it yet, the url still reads “under construction”.
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.
I can publish it for a while and then i’ll sent it to construction again.
Let me know when you are ready.
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!
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 http://www.motopro.gr
Thank you in advance!
-
This reply was modified 8 years, 5 months ago by
motoprogr.
-
This reply was modified 8 years, 5 months ago by
motoprogr.
Its under construction so I would need to see it to be able to examine the styles with browser tools.
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 8 years, 5 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;
}
Try it at:
Dashboard > Appearance > Customise > Additional CSS
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?
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.