rmittler Posted June 29, 2012 Share Posted June 29, 2012 Hello, I'm new to using PrestaShop but I do like it very much! I'm not sure why this happened, but since I've used the generator to create the .htaccess file, on subcategories, I get this weird white bar around them. You can see the other subcategory looks normal but the top one has this white bar around it all the sudden. This just happened after I added the .htaccess file. Any suggestions? Thanks in advance! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 29, 2012 Share Posted June 29, 2012 Hi rmittler, Can you please post a link where we can take a look at this for ourselves? -Mike Link to comment Share on other sites More sharing options...
rmittler Posted June 29, 2012 Author Share Posted June 29, 2012 Hello Mike, You can see the site at http://www.couturebyme.com. On the home page you'll see there are categories, 'Dress Shirts' and 'T-Shirts' and when you hover over with a mouse, you'll see subcategories. One sub on each has the white bar. You can then click on one of the subcategories which will bring you to that page, Now if you hover over the categories the white bar covers up the whole name. Thanks! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 29, 2012 Share Posted June 29, 2012 Hi rmittler, This actually is a CSS issue that has nothing to do with your htaccess. However, I think I can still help you out Please replace line 552 of your theme's global.css file with the following: #cat ul.subcat li a {color:#6d6d6d;text-decoration:none; display:inline-block; padding-left:12px; font-size:12px; text-transform:uppercase;font-family: 'Oswald', sans-serif;} Then, clear your browser's cache and reload the page. I hope this helps! -Mike Link to comment Share on other sites More sharing options...
rmittler Posted June 29, 2012 Author Share Posted June 29, 2012 Hello Mike, thank you! Im going to test it now, but out of curiosity, how could it have happened? It was working fine and the only adjustment I made was with the htaccess file? Thanks! Link to comment Share on other sites More sharing options...
rmittler Posted June 29, 2012 Author Share Posted June 29, 2012 Mike, I changed the line you suggested and I also cleared out my browser cache, but still it happens... Link to comment Share on other sites More sharing options...
rmittler Posted June 29, 2012 Author Share Posted June 29, 2012 So I ran a test and created a new subcategory under the T-Shirts section called "Affliction" and now the white bar shows on the original first two subcategories. Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 29, 2012 Share Posted June 29, 2012 Hi rmittler, In that same file, please replace line 549 with the following: #cat ul.subcat li {padding:3px 10px 4px 0px;position:relative;background:none} I hope this helps. -Mike Link to comment Share on other sites More sharing options...
rmittler Posted June 29, 2012 Author Share Posted June 29, 2012 Looks like that fixed it!!! That's great, thanks a lot Mike I appreciate it! any idea how that happened? Thank you, Russ! Link to comment Share on other sites More sharing options...
Mike Kranzler Posted June 29, 2012 Share Posted June 29, 2012 Great, I'm glad I could help! I couldn't tell you why it happened because it's a custom theme, but I'm glad that resolved it for you. I'll go ahead and mark this thread as solved for you. Happy selling! -Mike 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