Home › Forums › WoodMart support forum › A FEW QUESTIONS › Reply To: A FEW QUESTIONS
September 27, 2018 at 8:05 am
#79394
Elise Noromit
Member
Hello,
This code changes size and color of related price:
.single-product .related-and-upsells .price{
font-size: 20px;
}
.single-product .related-and-upsells .price .amount{
color: #949494 !important;
}
Change the size and color as per your needs and add it to the Theme settings > Custom CSS.
In order to remove wishlist
Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe
Choose the proper header type (your current) http://prntscr.com/iyd333
Delete the elements from the Header Builder.
Replace the code with this one:
.product-label.onsale{
background-color: #83b735;
color:#ffffff;
}
.product-label.new {
background-color: #438e44;
color:#ffffff;
}
.product-label.featured
color:#ffffff;
}
I cannot log in as the default URL wp-admin leads to 404.
Best Regards