Bullet bug

GK User
Sun Nov 03, 2013 5:16 pm
Hi,
I'm trying to use gallery plugin with Boutique template on Joomla 3.x, but I see unwanted bullets along with the images. I don't want to disable template's Typography because of this, perhaps you can provide me with proper Override CSS code? Screenshot attached.
User avatar
Junior Boarder

GK User
Sun Nov 03, 2013 9:01 pm
Could you post an URL to your site?
User avatar
Moderator

GK User
Sun Nov 03, 2013 9:07 pm
Cyberek wrote:Could you post an URL to your site?

Sent it to you via PM.
User avatar
Junior Boarder

GK User
Mon Nov 04, 2013 10:53 pm
Cyberek wrote:Could you post an URL to your site?

Here it is: http://www.digoeva.com/t3st/gavick-bullet-fail
User avatar
Junior Boarder

GK User
Tue Nov 05, 2013 4:30 pm
Have you been able to fix it by your own? It looks fine to me.
User avatar
Moderator

GK User
Tue Nov 05, 2013 8:29 pm
Cyberek wrote:Have you been able to fix it by your own? It looks fine to me.

Please check the link below, the problem still remains. The one I sent you is different and I've temporarily turned Typography off there.
User avatar
Junior Boarder

GK User
Thu Nov 07, 2013 4:27 pm
Can I get help with this please?
User avatar
Junior Boarder

GK User
Fri Nov 08, 2013 11:57 am
Please edit: /templates/gk_boutuque/css/override.css and add at its end:
Code: Select all
div.articleContent .sigplus-gallery ul li {background: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Nov 08, 2013 11:57 am
Sorry for late response, I was sure I have already submitted the solution.
User avatar
Moderator

GK User
Mon Nov 25, 2013 4:50 pm
Cyberek wrote:Please edit: /templates/gk_boutuque/css/override.css and add at its end:
Code: Select all
div.articleContent .sigplus-gallery ul li {background: none;}

Remember to enable "CSS override" in template settings - advanced section.

It didn't work, bullets are still displayed behind the images.
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 4:52 pm
Please correct the code:
Code: Select all
div.articleContent .sigplus-gallery ul li {
background: none !important;
}
User avatar
Moderator

GK User
Mon Nov 25, 2013 5:02 pm
Cyberek wrote:Please correct the code:
Code: Select all
div.articleContent .sigplus-gallery ul li {
background: none !important;
}

It worked! Thanks a lot! Topic can be closed.
User avatar
Junior Boarder

GK User
Mon Nov 25, 2013 5:07 pm
Ok :)
Closing the topic.
User avatar
Moderator


cron