dario3004 Posted April 8, 2014 Share Posted April 8, 2014 Hello folks! I'm new of Prestashop and I need some help fixing a custom theme bug. (NICE&CLEAN THEME) Right now my "terms and condition" pop-up shows my prestashop background and this makes the text impossible to read. So I tried to fix it with Chrome "Inspect Element" and realized that I just have to edit a css condition. I have to edit the "class" from class="cleantheme two_col pattern8 content_only " to class="cleantheme two_col content_only " I tried to check the code and only thing that I've ended up is that it uses $link_conditions page. But I don't know how the pop-up is rendered to fix the code. Can you give me some advices if you know what to do? Link to comment Share on other sites More sharing options...
vekia Posted April 9, 2014 Share Posted April 9, 2014 use this: .content_only {background:none!important;} in your css stylesheet file. 2 Link to comment Share on other sites More sharing options...
dario3004 Posted April 10, 2014 Author Share Posted April 10, 2014 (edited) On 4/9/2014 at 12:12 PM, vekia said: use this: .content_only {background:none!important;} in your css stylesheet file. again thanks a lot!! it worked:-) I've put this in cleantheme.css body.cleantheme.content_only{background:none!important} Edited April 10, 2014 by dario3004 (see edit history) 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