This worked great, but created a problem. For some reason now my Nav bar has lost the custom CSS styling I had added. Mostly, from what I can see, my Nav menu is transparent. I still have the code in my CSS customizer but it’s not working… any suggestions?
.woocommerce .price > .amount, .woocommerce .price > ins > .amount, .woocommerce li.product .entry-header h3 a:hover, .woocommerce .star-rating:before, .woocommerce .star-rating span:before {
color: #1abc9c;
}
.vc_row {
margin-right: auto;
margin-left: auto;
}
nav.woocommerce-breadcrumb {
margin-right: auto;
margin-left: auto;
}
.format-standard .entry-title::before {
content: “”;
}
.x-pagination ul {
display: inline-block;
margin: 0;
padding: 6px;
background-color: #7BBEE4;
border-radius: 100em;
}
.x-pagination span.current, .x-portfolio-filters-menu, .widget_tag_cloud .tagcloud a, .h-feature-headline span i, .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #6290A5;
}
.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart > span.outer {
color: #ffffff;
background-color: #7BBEE4;
}
.x-navbar .x-nav > li.x-menu-item-woocommerce > a:hover .x-cart > span.outer {
color: #ffffff;
background-color: #7BBEE4;
}
.x-navbar .x-nav > li.x-menu-item-woocommerce > a:hover .x-cart > span.outer {
color: #ffffff;
background-color: #140F28;
}
.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart {
color: #7BBEE4;
background-color: #ffffff;
}
.x-navbar .x-nav > li.x-menu-item-woocommerce > a:hover .x-cart {
color: #140F28;
background-color: #ffffff;
}
mark {
background-color: white;
color: black;
}
h2.woocommerce-loop-category__title {
background-color: white;
color: black;
margin-top: 25px;
font-size: 265.7%;
}
.x-container.max {
margin-right: auto;
margin-left: auto;
max-width: 1200px;
}
.flex-control-nav.flex-control-thumbs {
top: auto;
}
.woocommerce div.product .images {
overflow: visible;
}
.page .x-header-landmark {
display:none;
}
.archive header.x-header-landmark { /* This will work on both tag and category page*/
display: none;
}
.tag header.x-header-landmark { /* This will work on specific to tag page*/
display: none;
}
.category header.x-header-landmark { /* This will work on specific to category page*/
display: none;
}
.x-navbar .x-social-global a {
font-size: 20px;
margin: 10px 5px;
padding: 10px;
background-color: #bbb;
}
.x-navbar .x-social-global a {
color: rgb(4,140,147);
font-size: 35px;
margin-left: 10px;
}
.x-social-global a.facebook {
background-color: white;
color: #3b5998;
}
.x-social-global a:hover.facebook {
background-color: #3b5998;
color: white;
}
.x-social-global a.instagram {
background-color: white;
color: #3b5998;
}
.x-social-global a:hover.instagram {
background-color: #3b5998;
color: white;
}
.x-social-global a.pinterest {
background-color: white;
color: red;
}
.x-social-global a:hover.pinterest {
background-color: red;
color: white;
}