Problem 1) The bottom row looks a different colour in Safari and another in Chrome. It looks in in Chrome, but then everything is grey in Safari. Any ideas? I've tried clearing the cache

Problem 2) The link colours in the footer on my mobile seem to be being controlled by the global font colours. I tried changing the colours for the bottom row but the link colour still stays grey on the white background.

Hi

I get the same as joshua - I can't see a problem with the site
A screenshot would be usefl as Joshua said - I'd aslo suggest clearing your browser cache

Cheers
Paul


Thanks for checking guys. I think it's sorted itself out - it must have been a caching problem although I can't work out how.

One other issue though. Attached is a screenshot of my mobile menu. I can't seem to find where to change the background colour. The standard menu needs to stay as black, but the toggle menu needs to change to white.

Try to add the following css code into your custom.css file:

.mean-container .mean-nav {
    background: #fff;
}

Cheers
Joshua

You can do this via configuring the settings but is quicker to add the css as Joshua suggested

Cheers
Paul

Write a Reply...
You need to Login to view replies.