Virtue Child Theme Changes
-
Hello! I have been using the Virtue Child theme for several years now. About 7 months ago, I wrote in b/c my website changed. I don’t know how or why. When I called my host, they switched it back to the parent theme. I prefer to have the child theme b/c I’ve been told that that’s safer. But it looks bad. The category pics should be smaller and two rows of three across with specific fonts/titles.
What happened and how can I get it back?
Thank you!!
Salina
https://www.sleeneys.comSo, here is the CSS that I’ve added to my child theme:
.footercredits p {
font-size: 15px;
font-family: julius sans one;
text-align: left;
}#topbar-search input[type=text] {
color: black;
}
#topbar-search #searchsubmit {
color: black;
}
#topbar .kad-mobile-nav .form-search :-moz-placeholder {
color: black;
}
#topbar .kad-mobile-nav .form-search ::-webkit-input-placeholder {
color: black;
}
#topbar .kad-mobile-nav .form-search ::-moz-placeholder {
color: black;
}
#topbar .kad-mobile-nav .form-search :-ms-input-placeholder {
color: black;
}.topbar-widget {
color: #000000;
}
.topbarmenu ul li a {
color: #FFFFFF;
}.topbarmenu ul li a {
color: black;
}.topbarmenu ul li a {
font-size: 16px;
}.topbarmenu ul li a {
color: black;
}#containerfooter .menu li a {
font-size: 18px;
font-family: josefin sans;
}#containerfooter .menu li a {
background: transparent;
}a:visited {
color: #33C3ED;
}@media (max-width: 767px){
#containerfooter .virtue_social_widget {
width: 50%;
text-align: left;
}#containerfooter .virtue_social_widget a {
float: none;
display: inline-block;
}
}@media (max-width: 767px){
.kad_product {
float: left;
width: 50%;
}
}.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
text-align: left;
color: #000000;
font-weight: 400;
font-size: 15px;
}#containerfooter .menu li a {
max-width: 260px;
}#containerfooter .col-md-1 {
padding-left: 40px;
}if ( isset( $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) && ‘https’ == $_SERVER[‘HTTP_X_FORWARDED_PROTO’] ) {
$_SERVER[‘HTTPS’] = ‘on’;
}The page I need help with: [log in to see the link]
- The topic ‘Virtue Child Theme Changes’ is closed to new replies.