VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: mediaset on December 12, 2013, 11:29:12 AM

Title: Info message problems
Post by: mediaset on December 12, 2013, 11:29:12 AM
Joomla 2.5.9
VM 2.0.24

(http://www.armortek.co.uk/info.png)

Hi, I have read through numerous topics here to remove the blue info messages. I don't mind them if they are legible but I am getting this when adding a bill to address? Any ideas how to fix this?
Title: Re: Info message problems
Post by: pdstudio on December 12, 2013, 15:18:55 PM
The background should be configured rightly in the css to no-repeat.
Is your site online where I could take a look at it?
Title: Re: Info message problems
Post by: jenkinhill on December 12, 2013, 16:07:33 PM
Were you logged in as superadmin when you saw that?
Title: Re: Info message problems
Post by: mediaset on December 12, 2013, 16:13:35 PM
No - but I have read that can throw up results like this.
Title: Re: Info message problems
Post by: GJC Web Design on December 12, 2013, 21:46:44 PM
not a vm question (it's your template)

add anywhere in Gallery/templates/rt_ionosphere/css/typography.css line the rule

.info li {
background-repeat: no-repeat;
}

[attachment cleanup by admin]
Title: Re: Info message problems
Post by: mediaset on December 12, 2013, 22:06:36 PM
Thanks everyone. Many thanks to GJC Web Design, your fix works perfectly.
Title: Re: Info message problems
Post by: GJC Web Design on December 12, 2013, 22:16:55 PM
 :)