casey259 Posted October 24, 2015 Share Posted October 24, 2015 My site mrsbathbomb.com I want to be able to have clients click on the main heading such as "Relax" and then be greeted without any of the subcategory images at the top of that page but only have the product listed. I'm sure this is a simple issue of commenting out a section of code but I'm at a lost. Does anyone have any idea on how to make this work. I found some other reference threads and tried to comment out their recommendations but to no avail. Any help would be greatly appreciated and as always thank you in advanced. Link to comment Share on other sites More sharing options...
Paulito Posted October 24, 2015 Share Posted October 24, 2015 Hello if you mean the Categories Block on the left then you can just "unhook" this module by going to: Back office > Modules > Positions or use a little bit of css, like: #categories_block_left li a {display:none;} Otherwise I am not sure what you are after. Paul Link to comment Share on other sites More sharing options...
casey259 Posted October 24, 2015 Author Share Posted October 24, 2015 I should've posted a screenshot of the area. Attached is a pic of the area I'm trying to eliminate (area in the black rectangle). Link to comment Share on other sites More sharing options...
Paulito Posted October 24, 2015 Share Posted October 24, 2015 Hello again You can either comment out the code or just use some css body.an_theme1_1 .content_scene_cat {display: none;} Before: http://screencast.com/t/AEMNZ2oOK68k After: http://screencast.com/t/31RMWNMh2 Paul Link to comment Share on other sites More sharing options...
casey259 Posted October 24, 2015 Author Share Posted October 24, 2015 This is good, take a look at the attached picture as I'm trying to eliminate the red rectangle information that says "Subcategories". Any thoughts here? Also how do you change that subheading for relax from that gray to a white color? Thanks for all the help here for me being a noobie. 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