How to change description color?

Hello! How do I change text color in description text of the jmproduct slider module?

4 answers

Profile photo of Sherlock 0.00 $tone August 21, 2013
Public

Hi amantay,

you open the file of skin/frontend/default/jm_mago/joomlart/jmslideshow/css/jm.slideshow.css look for this css rule

HTML Code:

  .jm-mask-desc .jm-slide-desc h3 {
  color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=FFFFFF]#FFFFFF[/URL]
  font-family: "Droid Serif";
  font-size: 38px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

here you change the color value of color: #FFFFFF, for example change it to color: black;, I hope it helps !

#3

This question is now closed

Written By

Comments