Hi. I am building a site in a sandbox and something is weird, suddenly, with the CSS. I had made numerous changes and suddenly, certain CSS selectors stopped working while others continue to perform fine. For example, custom styling of the footer has remained constant but other things are not responding to CSS changes no matter what I do or pick. I am using Beaver Builder with Genesis and Dynamik.
Two examples are the image on the far right of the main menu that used to be perfectly aligned (with text-bottom) , but now I can’t seem to get to move. Another example is the “back to portfolio” element at the bottom of each portfolio detail page that I can’t seem to target anymore. Here’s a link to that page: http://michaelnloewenberg.com/branderie/bohemian-bones/
This used to work on all h1 elements but it doesn’t anymore:
h1 {
font-family: “brandon-grotesque”,sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 4px;
}
The sharing elements from jet pack were styled as I like them but then they reverted back to the default and I cannot target them anymore. Here is the css code:
/* Jetpack Sharing Buttons */
div.sharedaddy h3.sd-title {
display: none !important;
}
.content div.sharedaddy div.sd-block {
border: none;
padding: 0;
}
.content div.sharedaddy .sd-content {
text-align: center;
margin-bottom: 20px;
}
.content div.sharedaddy a.sd-button {
border: none !important;
box-shadow: none;
}
.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
opacity: 1;
padding: 6px 12px;
}
.content a.sd-button > span {
background-image: none !important;
background: #aaaaaa;
border: none;
color: #fff;
font-family: “brandon-grotesque”,sans-serif;
font-size: 10px;
font-weight: 300;
letter-spacing: 2px;
text-transform: uppercase;
}
.content a.sd-button:hover > span {
background: #999999;
}
.sd-content .sd-button span.share-count {
color: #cdf593 !important;
font-size: 100% !important;
}
/* jetpack css override of share buttons */
#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
background: none;
border: none;
border-radius: 3px;
box-shadow: none;
display: inline-block;
}
I thought I was ready to go live but now my client is in a tizzy and I’m at a loss for what to do. Did I do something to break it?
I look forward to hearing from you. Thanks.