The stylesheet color of pink is too bright and I would like to change to a light pink. So anywhere that the bright pink is, I would like for it to be a light pink. Is there custom CSS that I can add to change all of that pink in the pink stylesheet to a different color? Thank you.
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top_cartinfo { background: pink; } .footer_wrapper { background: pink; border-bottom: pink; border-top: pink; } .footer_bottom { border-top: 1px solid pink; background: rgb(176, 122, 131); } Thanks, Praveen