Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Code review

Home / Forums / Virtue Theme / Code review

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
January 7, 2019 at 9:45 am

Hello, not being a code person, please review the below and let me know if any changes need to be made (including spacing). The topbar and H2 hover were provided by Kadence. I added the H5 hover.

.kad-topbar-right {
width: 100%;
}
.kad-topbar-right #topbar-search .form-search {
float: right;
}
.kad-topbar-right h5 {
float: left;
}


@media
(min-width: 768px) {
.kad-topbar-right #topbar-search .form-search {
margin-top: -32px;
}
}

.siteorigin-widget-tinymce.textwidget h2 a span {
color: #0078c1 !important;
}

.siteorigin-widget-tinymce.textwidget h2 a span:hover {
color: #f39928 !important;
}

.siteorigin-widget-tinymce.textwidget h5 a span {
color: #0078c1 !important;
}

.siteorigin-widget-tinymce.textwidget h5 a span:hover {
color: #f39928 !important;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.