Indika Perera Posted August 24, 2013 Share Posted August 24, 2013 Hi, i need to change this featured products modules font color Red to Blue, please help..., Live preview for PrestaShop Theme #44943 http://www.templatem...demo/44943.html thanks Indika Perera Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 24, 2013 Share Posted August 24, 2013 its in customcontent.css #customcontent_home2 ul li div h2{ #customcontent_home2 ul li div h2 { margin: 0px; padding: 0px 0px 0px 20px; background: url("../../../img/customcontent2_caption.png") no-repeat scroll right 0px transparent; font: bold 17px/43px "Arial"; color:#008;<---will make it blue border-radius: 2px 2px 2px 2px; } Link to comment Share on other sites More sharing options...
Indika Perera Posted August 24, 2013 Author Share Posted August 24, 2013 Are you sure about that?... not in this one?... themes/theme689/css/modules/homefeatured Link to comment Share on other sites More sharing options...
Indika Perera Posted August 24, 2013 Author Share Posted August 24, 2013 "homefeatured.css" is empty... Link to comment Share on other sites More sharing options...
razaro Posted August 24, 2013 Share Posted August 24, 2013 It is in modules/addhomefeatured/css/addhomefeatured.css and code to change is .addhomefeatured ul li h5 a span { min-height: 36px; display: block; padding: 7px 20px; background: #f4f4f4; font: bold 13px/18px "Arial"; color: #dd0f0e; text-align: center; text-transform: uppercase; -webkit-border-radius: 2px; border-radius: 2px; } so change color: #dd0f0e; to blue color you want for example #296799 Note it is better practice to make new file in theme folder so create themes/theme689/css/modules/addhomefeatured/ and add addhomefeatured.css there. Link to comment Share on other sites More sharing options...
Indika Perera Posted August 24, 2013 Author Share Posted August 24, 2013 nothing happens... Link to comment Share on other sites More sharing options...
vekia Posted August 24, 2013 Share Posted August 24, 2013 hello is there any chance to check your website ? if so, please share the url it will be much easier to debug it for us and to check your css code Link to comment Share on other sites More sharing options...
Indika Perera Posted August 24, 2013 Author Share Posted August 24, 2013 www.wpbs.lk Link to comment Share on other sites More sharing options...
vekia Posted August 24, 2013 Share Posted August 24, 2013 thanks for the url i checked your website and this is the code that you've got: .addhomefeatured ul li h5 a span { min-height: 36px; display: block; padding: 7px 20px; background: #f4f4f4; font: bold 13px/18px "Arial"; color: #dd0f0e; text-align: center; text-transform: uppercase; -webkit-border-radius: 2px; border-radius: 2px; } and this code is a part of file: /modules/addhomefeatured/css/addhomefeatured.css as you can see, there is stil lthe same color value: #dd0f0e Link to comment Share on other sites More sharing options...
razaro Posted August 24, 2013 Share Posted August 24, 2013 What did you do ? Original css is in modules/addhomefeatured/css/addhomefeatured.css ,you can edit code there if you want line 22. If that works you cab also try to copy that file to theme689/css/modules/addhomefeatured/css/addhomefeatured.css Link to comment Share on other sites More sharing options...
PascalVG Posted August 25, 2013 Share Posted August 25, 2013 Hi Indika, did you find out how to change it? pascal Link to comment Share on other sites More sharing options...
Indika Perera Posted August 26, 2013 Author Share Posted August 26, 2013 nothing..., code not working, thanks anyway. Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 26, 2013 Share Posted August 26, 2013 addhomefeatured.css addhomefeatured ul li h5 a span {color: #008;} location---> /modules/addhomefeatured/css/addhomefeatured.css" Link to comment Share on other sites More sharing options...
PascalVG Posted August 26, 2013 Share Posted August 26, 2013 Don't forget to temporarily: turn OFF Cache and Template cache to "Recompile templates if the files have been updated" in Advanced Parameters->Performance. Then reload in browser (Maybe you need to clear your browser cache as well) Hope that helps, pascal Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 Indika, if you open this page: http://www.wpbs.lk/modules/addhomefeatured/css/addhomefeatured.css you will see that there is still old value, it mean that you don't change color value well (or you changed it in wrong file) Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 26, 2013 Share Posted August 26, 2013 Omg its a serious issue 1 Link to comment Share on other sites More sharing options...
Indika Perera Posted August 28, 2013 Author Share Posted August 28, 2013 Finally done, Thank you, thank you, thank you!, it's very appreciated. Thanks a lot Indika Link to comment Share on other sites More sharing options...
Indika Perera Posted August 28, 2013 Author Share Posted August 28, 2013 (edited) {if $display_poweredby}<section class="bottom_footer">© {$smarty.now|date_format:"%Y"} {l s='Copyright by' mod='blockcms'} <a target="_blank" href="[url="http://www.wpbs.lk%22%3ew.punchibanda/"]http://www.wpbs.lk">W.Punchibanda[/url] & Sons (Pvt) Ltd </a></section>{/if} <!-- /MODULE Block footer -->{/if} In this copyright code, i need company name colour Red change to this colour #296799 Blue, how can i do that?, please help, thanks Edited August 28, 2013 by Indika Perera (see edit history) Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 28, 2013 Share Posted August 28, 2013 W.Punchibanda[/url] & Sons (Pvt) Ltd so this is your company name change <a class="redx" target="_blank" href add this at global or css a.redx {color:#FF0000;} Link to comment Share on other sites More sharing options...
PascalVG Posted August 28, 2013 Share Posted August 28, 2013 Or just change in themes/theme689/css/global.css (line 1113) .bottom_footer a { font: bold 13px "Arial"; color: #dd0f0e; <-- change to your desired colour } Hope this helps, pascal Link to comment Share on other sites More sharing options...
Indika Perera Posted August 28, 2013 Author Share Posted August 28, 2013 work... thanks Pascal and thanks Jiten..... Link to comment Share on other sites More sharing options...
vekia Posted August 28, 2013 Share Posted August 28, 2013 i marked this thread as [sOLVED] if you have any other questions not related to main case in this opic - please create new threads (regarding to the forum rules: 1topic = 1question) best regards Link to comment Share on other sites More sharing options...
PascalVG Posted August 28, 2013 Share Posted August 28, 2013 Glad it works, Happy selling! pascal Link to comment Share on other sites More sharing options...
Recommended Posts