hi, how can i add a smaller text font to this areas?
Hey!
Please go to Style.css file of your child theme and find following code and adjust as needed
header.w2dc-listing-header h2 {
text-transform: none!important;
font-size: 18px!important;
}
Regards,
Yigit
Wow, thank you thats works!
How can i change the font size of this text: http://i.imgur.com/4ShauGn.png
Hey!
Please add following code
header.w2dc-listing-header + p, header.w2dc-listing-header + p + * {
font-size: 12px!important;
}
Regards,
Yigit
http://www.alfaweb.at/testwaldi/portraits/
Great. How can i apply this to the 2nd row?
Hi!
Please add following code to Quick CSS as well
.w2dc-clearfix.w2dc-listing-text-content-wrap {
font-size: 12px;
}
Regards,
Yigit
Thank you Yigit! Works perfect!
CLOSED