Jump to content

[SOLVED] How to change font color in featured products


Recommended Posts

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

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

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

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

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

{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 by Indika Perera (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...