Themler adding bullets to unordered lists

nonsectarianblues
21 Posts
nonsectarianblues posted this 14 April 2016

Hello,

I've noticed across several projects that Themler will add the stray bullet to an unordered list even if decoration is off. I've attached an image of what I'm talking about. Also, you can go to my website www.cyprianalexzander.com and look at the slider on the home page. It has on stray bullet.

Any idea on how to get these bullets to go away?

Best,

Cyprian Alexzander

Hello, I've noticed across several projects that Themler will add the stray bullet to an unordered list even if decoration is off. I've attached an image of what I'm talking about. Also, you can go to my website www.cyprianalexzander.com and look at the slider on the home page. It has on stray bullet. Any idea on how to get these bullets to go away? Best, Cyprian Alexzander
Vote to pay developers attention to this features or issue.
7 Comments
Order By: Standard | Newest
nonsectarianblues
21 Posts
nonsectarianblues posted this 14 April 2016

I looked at the CSS. It looks like all is correct there to remove the decoration. It looks like something Themler is causing.

I looked at the CSS. It looks like all is correct there to remove the decoration. It looks like something Themler is causing.
LGWeb
146 Posts
LGWeb posted this 15 April 2016

Happens to me as well.. If I go add the bullets and then remove them it should disappear.. That's how I work around it.

Happens to me as well.. If I go add the bullets and then remove them it should disappear.. That's how I work around it.
Stagger Lee
1818 Posts
Is Solution
Stagger Lee posted this 15 April 2016

Only way is to call sharing buttons via PHP function in CMS Code control. This control has More options and for bullets just remove icon, use red one with striked circle (as stop sign).

Or ad custom CSS lines in Settings - Additional CSS to remove it.
I would advise using CMS Code control. Much more options and influence over output.

.sharedaddy::before, .sharedaddy ul li::before, .sharedaddy li::before {content:none !important;}

Only way is to call sharing buttons via PHP function in CMS Code control. This control has More options and for bullets just remove icon, use red one with striked circle (as stop sign). Or ad custom CSS lines in Settings - Additional CSS to remove it. I would advise using CMS Code control. Much more options and influence over output. .sharedaddy::before, .sharedaddy ul li::before, .sharedaddy li::before {content:none !important;}
nonsectarianblues
21 Posts
nonsectarianblues posted this 15 April 2016

Does the Additional CSS apply theme wide or just to template being edited?

Thanks

Only way is to call sharing buttons via PHP function in CMS Code control. This control has More options and for bullets just remove icon, use red one with striked circle (as stop sign).

Or ad custom CSS lines in Settings - Additional CSS to remove it.
I would advise using CMS Code control. Much more options and influence over output.

.sharedaddy::before, .sharedaddy ul li::before, .sharedaddy li::before {content:none !important;}

Does the Additional CSS apply theme wide or just to template being edited? Thanks > Only way is to call sharing buttons via PHP function in CMS Code control. This control has More options and for bullets just remove icon, use red one with striked circle (as stop sign). > > Or ad custom CSS lines in Settings - Additional CSS to remove it. > I would advise using CMS Code control. Much more options and influence over output. > > > .sharedaddy::before, .sharedaddy ul li::before, .sharedaddy li::before {content:none !important;} > >
nonsectarianblues
21 Posts
nonsectarianblues posted this 15 April 2016

Stagger Lee,

Do you have any suggestions on how to remove the bullet from the Soliloquy slider on the home page (top left hand corner right above slider)? I've tried a few things in Additional CSS but have not been able to get rid of it (I've also noticed this happens on a couple of other slider plugins).

Thanks,

Cyprian

Stagger Lee, Do you have any suggestions on how to remove the bullet from the Soliloquy slider on the home page (top left hand corner right above slider)? I've tried a few things in Additional CSS but have not been able to get rid of it (I've also noticed this happens on a couple of other slider plugins). Thanks, Cyprian
Support Team
Support Team posted this 18 April 2016

Hello Cyprian,
add the following CSS under FIle >> Settings >> Additional CSS

.soliloquy-container .soliloquy-image{
margin-top: -10px!important;
}

Regards,
Aileen

Hello Cyprian, add the following CSS under FIle >> Settings >> Additional CSS .soliloquy-container .soliloquy-image{ margin-top: -10px!important; } Regards, Aileen
Stagger Lee
1818 Posts
Stagger Lee posted this 18 April 2016

You probably insert slider via Widget control. Widget controls have same option to remove bullet icons as I explained above for
CMS Code control.
It should work.

You probably insert slider via Widget control. Widget controls have same option to remove bullet icons as I explained above for CMS Code control. It should work.
You must log in or register to leave comments