How can I hide and change the My Account | Log Out menu at the top of the Replete template? I need to hide it totally but I would also like to know how I can change the font size/color for later.
I have tried the following and it does not work on my Replete Quick CSS.
#shop_header {
display: none !important;
}
My other question is how can I hide the reviews in the product description pages? Currently it says 'Reviews (0)'. I have reviews disabled and just want to hide it totally. I already have the '.comment-container {display:none;}' on my Quick CSS for my regular posts.
Thank you!














