Forum › Forums › Joomla › Ammon Template for Joomla › Menu background
-
AuthorPosts
-
August 8, 2016 at 3:22 pm #253149
Hi,
I’ve changed the header / menu background colour and opacity on ammon2 and its all working fine on normal screens / desktop – laptop
(lines 416 >>422 – template.css)on a mobile device it changes back to a different colour, and I cant find the code, not in responsive or template
can you help ?
thanksAugust 8, 2016 at 3:40 pm #253156Hello,
Do you want to have the same color in desktop. And mobile?Please send me your weblink to give you the css code.
Thank you
August 8, 2016 at 4:22 pm #253169This reply has been marked as private.August 8, 2016 at 5:08 pm #253174Hello,
Thank’sPlease add in template/ammon/css/custom.css
@media (max-width: 991px) { .isresponsive #header { background: rgba(0,0,0,0.4) !important; } }
delete cache browser/site and test it, is ok? If not try
@media (max-width: 991px) { #header { background: rgba(0,0,0,0.4) !important; } }
August 8, 2016 at 11:51 pm #253234Hi Ionut, I tried them both, clearing the cache, but no, it did not work, looking at it, using a browser ruler, it seems that the x gradient is appearing below 745px on a desktop, and always on a mobile, I dont know if that helps you ?
August 9, 2016 at 10:30 am #253282Hello,
Please provide ftp or super admin user to check your css and to add new lines for this modification.
Don’ forget to Set as private reply.August 9, 2016 at 3:49 pm #253370This reply has been marked as private.August 9, 2016 at 5:57 pm #253420Hi,
I can’t login
Username and password do not match or you do not have an account yet.August 9, 2016 at 5:59 pm #253422And disable compress of your css because i don’t see custom.css
Thank you
August 9, 2016 at 6:53 pm #253438(looking for the embarrassed emoticon)
ok, Ive switched off the compression, and your login works now (oops sorry about that)
there’s a bit of code in the custom – .isresponsive.main_over_slideshow #container……<br />
which is for IEthanks Ionut
August 10, 2016 at 3:17 am #253519Hi,
Can you test now? is ok like this?
On responsive header have an image and when you use background to overwrite , when you use transparent background, image will show up behind.You can remove image http://highflyers.biz/templates/ammon_v2/images/bg-slider.png from template.css
or you can change images/bg-slider.png to transparent image png
-
AuthorPosts
Ticket is closed.