johnchristy Posted February 1, 2013 Share Posted February 1, 2013 Hi Can anyone let me know where to change the bullets shown in the side menu? That arrow bullet. Also can let me know how to add a bullet to header menu items? infront of Home etc? John Link to comment Share on other sites More sharing options...
vekia Posted February 1, 2013 Share Posted February 1, 2013 which template you use? default one? Can you provide an url to your shop? Link to comment Share on other sites More sharing options...
johnchristy Posted February 1, 2013 Author Share Posted February 1, 2013 hi yes default. its not a public link yet. we are testing it n a local server.. its the default theme John Link to comment Share on other sites More sharing options...
vekia Posted February 1, 2013 Share Posted February 1, 2013 can you prepare a screenshot? i don't exactly know about which feature you're talking about Link to comment Share on other sites More sharing options...
johnchristy Posted February 2, 2013 Author Share Posted February 2, 2013 hi please look at the this : http://i.imgur.com/RdTWsZk.jpg john Link to comment Share on other sites More sharing options...
johnchristy Posted February 8, 2013 Author Share Posted February 8, 2013 anyone? Link to comment Share on other sites More sharing options...
hxd Posted February 8, 2013 Share Posted February 8, 2013 Well, this is an image. If you want to change it with something else, you need to upload a new image and edit the global.css file of your theme. The path to the file of the default theme would be root/themes/default/css/global.css. This is the code that you need: .informations_block_left li a { display:block; padding:7px 11px 5px 22px; color:#333; background:url(../../../modules/blockcms/img/arrow_right_2.png) no-repeat 10px 10px transparent; } In particular the background image. By default, this is the image arrow_right_2.png that's loaded from root/modules/blockcms/img. You can upload the new image in /modules/blockcms/img and just change the name of the image in the code of the global.css file. If you want to, you can upload the picture in the img folder of the theme (/themes/default/img), but then you have to change the path in the global.css file so that it looks like this: .informations_block_left li a { display:block; padding:7px 11px 5px 22px; color:#333; background:url(../../../themes/default/img/image_name.png) no-repeat 10px 10px transparent; } Hope this helps. Link to comment Share on other sites More sharing options...
vekia Posted February 8, 2013 Share Posted February 8, 2013 hxd got right, i checked it and it works Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now