Mesitop Posted February 9, 2014 Share Posted February 9, 2014 This must be simple... but not for me... On the picture I have marked where I have tried to change text size and color without no success. How to achieve that the text "Mesindustarbed mesinikult mesinikule" would be higher and the color of text "Oled külastamas...!" would be #013300? I changed these texts size and color in global.css under generic style but that was not a good idea. Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted February 9, 2014 Share Posted February 9, 2014 if this is editorial module, you can do it with these styles: #editorial_block_center h1 {color:red!important;} Link to comment Share on other sites More sharing options...
Mesitop Posted February 10, 2014 Author Share Posted February 10, 2014 Thanks again, Vekia! The color of text: "Olete külastamas...!" is changed. But what about the text size at the very bottom (look at the picture that I posted)? If I right-click on this text and select Inspect element, then I can see that it is inherited from body style. How to make this text independent? I need it a bit higher than now (of course - the green area / background must become higher also). Link to comment Share on other sites More sharing options...
vekia Posted February 10, 2014 Share Posted February 10, 2014 Thanks again, Vekia! The color of text: "Olete külastamas...!" is changed. But what about the text size at the very bottom (look at the picture that I posted)? If I right-click on this text and select Inspect element, then I can see that it is inherited from body style. How to make this text independent? I need it a bit higher than now (of course - the green area / background must become higher also). it's a default footer? Link to comment Share on other sites More sharing options...
Mesitop Posted March 8, 2014 Author Share Posted March 8, 2014 Yes, it's a default footer basically. I just deleted some "things" from it as PascaIVG teached me... : http://www.prestashop.com/forums/index.php?/topic/243752-delete-categories-hook-from-footer/unread/ Link to comment Share on other sites More sharing options...
dioniz Posted March 8, 2014 Share Posted March 8, 2014 If you are on Chrome press F12 to open developer tools and check what style is that, then change it. Link to comment Share on other sites More sharing options...
vekia Posted March 8, 2014 Share Posted March 8, 2014 try with: #footer { color: #013300!important; } Link to comment Share on other sites More sharing options...
Mesitop Posted March 9, 2014 Author Share Posted March 9, 2014 I'm not a programmer... Do you mean that I should copy-paste your script into global.css? But in global.css the color is defined as I need it (see attached file). So where should I enter this script? Another question from the previous posting: what about the text size at the very bottom (look at the picture that I posted)? If I right-click on this text and select Inspect element, then I can see that it is inherited from body style. How to make this text independent? I need it a bit higher than now (of course - the green area / background must become higher also). Link to comment Share on other sites More sharing options...
vekia Posted March 9, 2014 Share Posted March 9, 2014 i don't see any attachment, can you reattach it, please? to change font size you can use font-size:14px param inside code that i suggested to use 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