Remove bullets

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jun 10, 2013 4:55 pm
Reply with quote
Report this post
In K2 articles appers bullets in gallery image.
How i do remove it?

html code: <p>{gallery}percursos/douroessences/{/gallery}</p>

Image
User avatar
Fresh Boarder

GK User
Mon Jun 10, 2013 5:33 pm
Reply with quote
Report this post
Hi,
hard to say not seeing your page. Please add URL where you have this gallery.
User avatar
Platinum Boarder

GK User
Mon Jun 10, 2013 5:53 pm
Reply with quote
Report this post
You can try this:

Code: Select all
 #k2Container .itemIntroText ul li {  background: none;}


...but it will hide all * bullets in K2 items. So ...url please ;)
User avatar
Platinum Boarder

GK User
Mon Jun 10, 2013 9:50 pm
Reply with quote
Report this post
is possible send pm? site is offline
User avatar
Fresh Boarder

GK User
Tue Jun 11, 2013 10:22 pm
Reply with quote
Report this post
Sure , send me all data
User avatar
Platinum Boarder

GK User
Wed Jun 12, 2013 10:44 pm
Reply with quote
Report this post
I've added this code, in template settings -> Advanced settings -> Custom CSS field :

Code: Select all
li.sigProThumb {background:none !important; background-image:none !important;}
User avatar
Platinum Boarder

GK User
Thu Jun 13, 2013 10:05 pm
Reply with quote
Report this post
but in slider bullet's still appears. Is not possible remove it?


Try this:

Code: Select all
#k2Container .itemIntroText ul li.jp-accordion-item {background: none  !important; background-image:none; }
User avatar
Platinum Boarder

GK User
Sun Jun 16, 2013 9:46 am
Reply with quote
Report this post
I saw that you disable this page with "bullets" outside.
So I cannot find where is still a "issue".

Try to change "background-image:none;" to "background-image:none !important;" from my last example.
User avatar
Platinum Boarder


cron