Ahoy,
For some reason the colors on my website are not correctly. I set all the colors to #185196 on the back end but on the front end the color #1B5394…
When I insert that code the social icons also get messed up.
Please Advise
Hey mcraig77,
Where do you add that color?
So we can check if it is working or not?
Best regards,
Basilis
If you look at this screenshot you can see the issues. The colors are all set to #185196 to match the below picture of the boats but they are not showing up as that on my screen. Please Advise
Hi mcraig77,
The color is set to the one you need (#185196), the css shows that, so if the value is set in css, then the browser handles the rest.
Best regards,
Victoria
Indeed it is set to that but clearly on the front end it is not… You can see there is a color difference.
Please advise.
Hi,
The background color of the cells are set to “#185196”. The color of the image probably changed a bit due to image compression.
vertical-align: top;
padding: 30px;
background-color: #185196;
Apply a plain background image with the same color as the “boat” image to the grid row element instead.
Best regards,
Ismael