The Voce Theme is a flexible WordPress theme that has a core five divs that make it easy to convert over HTML and other CMS-based websites. In this webinar, we will be taking a standard HTML/CSS website and walking through the entire process of converting it over to a Voce Child Theme. Don't miss this webinar that will walk through several tricks of working with the Voce Theme.
Webinar Originally Broadcast: October 3, 2024
Video Download: HD Download | Mobile Download
Additional Notes:
We used this Editorial Template as the inspiration.
A note about getting Dashicon to work.
Templates Used in Loop Studio
CSS Code from Code Studio
.custom-icon .dashicons {
font-size:128px;
}
.services {
width:45% !important;
}
.custom-icon {
float:left;
}
.custom-content {
float:right;
padding-left:140px;
}
.featured-text {
width:40%;
float:left;
}
.featured-image {
width:55%;
float:right;
}
.specialreadmore a {
padding:25px;
border:2px solid orange;
border-radius:15px;
}