Hi with the translator demo in this website
http://www.pickmeap.net/chi-siamo/in the header section I already change every color (shortcode) yellow but just the bar in the title it is like light blue. How can I fix it? The problem it is in the server or css?
Comments
you can change this color under Theme options > Custom CSS & JS > Custom CSS section where the following css is:
#Subheader .title::before { background: #4bc9e8; clear: both; content: ""; display: block; height: 8px; margin: 0 auto 20px; width: 130px; }Just replace current background color with your own.