@luismarioochoa:
1. You can change the color code and font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#text-13 .widget-title {
color: #222;
font-size: 16px;
}
2. You can add the following css “Appearance => Theme Options => Custom CSS” box:
#text-13.widget {
background-color: #fff;
}
#text-13 .widget-title,
#text-13 .wppizza-cart {
border-color: #f25e1e;
}
3. You can change the font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.entry-content .wppizza-article-info h2 {
font-size: 24px;
}
4. You can add the following css “Appearance => Theme Options => Custom CSS” box:
.page-header {
border: none;
}