SMWorks Posted February 2, 2014 Share Posted February 2, 2014 Hello, I have been searching everywhere and I can't find how to remove the Call Us: 1(234) 567-8901 part of the page. I don't wish to have a number displayed there. Any ideas? My shop is at: http://newandfashion.com/index.php Link to comment Share on other sites More sharing options...
Ray UK Posted February 2, 2014 Share Posted February 2, 2014 (edited) in your /themes/theme474/css/global.css file on line 405 you have this #tmtextblock { position: absolute; top: 92px; right: 169px;} change it to media all#tmtextblock { display:none; position: absolute; top: 92px; right: 169px;} This will just hide the div. If you remove the div altogether then it messes with your other divs.I would remove it myself, but it seems you may have problems doing it, so the above should do you fine Edited February 2, 2014 by MerseyRay (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 4, 2014 Share Posted February 4, 2014 in fact, even with display:none this text will be visible for bots, it's not good idea, because this number will be indexed if i were you i will check modules section in back office for module named tm text block and if it exist - disable it. Link to comment Share on other sites More sharing options...
SMWorks Posted February 5, 2014 Author Share Posted February 5, 2014 in fact, even with display:none this text will be visible for bots, it's not good idea, because this number will be indexed if i were you i will check modules section in back office for module named tm text block and if it exist - disable it. Thank you this worked wonderfully! 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