Removing Icons in Menu


Author Message
Lizbit

Posted: 9/15/2014
Quote message 

Hello, I've been using Artisteer for a handful of years but not real fluent with it yet. I'm running into a few problems and hoping for some help.

My biggest issue is determining what everything is - blocks, menus, vertical menus, etc.... The confusion is preventing me from locating the > icon that preceeds the list of posts and links on my website, which is www.JoanieMoore.com

If someone could please have a look and tell me where in the template I need to get rid of those, I'd appreciate it. I see quite a few places where I can choose an Icon, and everything I have found says "none" for icon. I'm missing this one somewhere.

Thank you in advance! Happy Artisteering!
 
calsnoboarde

Posted: 9/15/2014
Quote message 

All you have to do is go to BLOCKS and in the BLOCK CONTENT you will see the pull down for bullet points that appear in blocks (sidebar or widget areas). Pull it down and choose IMAGE and either have NO icon or change it to something you prefer.
 
calsnoboarder

Posted: 9/15/2014
Quote message 

Alternatively, you can also edit the CSS from the installed theme on your wordpress site...

Appearance > Editor

Scroll down until you see (around line 1290):

.art-block ul>li:before {
content: url('images/blockbullets.png');
margin-right: 6px;
bottom: 2px;
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 0;
line-height: 0;
margin-left: -12px;
}

The CONTENT URL('images/blockbullets.png) is what controls the icon in that space... delete that entire line:

content: url('images/blockbullets.png');

and that will eliminate the bullet
 
Lizbit

Posted: 9/16/2014
Quote message 

@ Cals - thank you. NEVER would have found that. Made the change using option (1) you showed above. Thanks so much!

Appreciate these forums, and you folks who help out the newbies. :D