CSS Editor changes not showing

I’m making changes in my CSS Editor but they’re not showing up. Looking around the forum I saw some suggestions for changing the top portion listing the theme info. I did that, but it didn’t fix the issue.

Two examples of CSS changes that aren’t showing up:

Line 367: changed the navbar’s hamburger hover color to red, but it’s still orange

Lines 457-480: this was formerly commented out, as it creates a “SALE” badge on the navbar’s Buy Now link. I uncommented it, but it’s still not visible

Hi There,

Please enter your CSS on X > Theme Options > CSS

Let us know how it goes.

Thank you

That did it. Thanks Joao.

Glad to hear it.

Cheers!

1 Like

If you add css in that place where does it go in the FTP?

My wordpress have crashed so I cant access any options within wordpress but I have a lot of css in there that I want to backup. Is that possible via FTP?

Hi there,

It’s in the database, and nope, you can’t retrieve it through FTP. Would you mind providing your site’s URL? The CSS should be in the source code and you can easily copy it there instead of FTP.

Thanks!

The URL is www.helldog.se I am pretty new to the “coding” part and have gotten help with the css thats why I need help to retrieve it since I cant get it the same way I posted it. Its only the part that I put in “X > Theme Options > CSS” I need.

Hi there,

This should be the CSS :slight_smile:

/* Chat Plugin Customization */
#wpmudev-chat-box-666{
    height: 604px !important;
}

#wpmudev-chat-box-666 .wpmudev-chat-actions-settings-menu li a{
    color:black !important;
}

#wpmudev-chat-box-666 .wpmudev-chat-module-login-prompt p strong, #wpmudev-chat-box-page-215 .wpmudev-chat-module-banned-status p, #wpmudev-chat-box-page-215 .wpmudev-chat-module-session-generic-message p{
    color:#fff !important;
}

/* Page Padding */

.page-id-215 .entry-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-id-561 .entry-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-id-154 .entry-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-id-31 .entry-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-id-36 .entry-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-id-69 .entry-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Store Category */

.woocommerce-loop-category__title mark {
    background-color: transparent;
    color: red;
}
/* WPMU DEV Chat Box */
#wpmudev-chat-box-666 div.wpmudev-chat-module-message-area ul.wpmudev-chat-send-meta {
    display: none;
}

#wpmudev-chat-send-666 {
    margin-bottom: 3px !important;
}

#wpmudev-chat-box-666 div.wpmudev-chat-module-header {
    background-color: #222222 !important;
}

div.wpmudev-chat-box div.wpmudev-chat-module-header ul.wpmudev-chat-actions-menu {
  padding-top: 3px;
  padding-bottom: 3px;
}

.wpmudev-chat-box .wpmudev-chat-module-header ul.wpmudev-chat-actions-menu li a {
    font-size: 13px;
}

div.wpmudev-chat-box div.wpmudev-chat-module-header {
    height: 15px !important;
    line-height: 30px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    /* overflow: hidden; */
}

div.wpmudev-chat-box div.wpmudev-chat-module-header ul.wpmudev-chat-actions-menu li.wpmudev-chat-action-item {
    border: 0 solid red;
    float: right;
    padding-left: 0;
    margin-right: 9px;
    margin-top: -1px !important;
    width: 15px;
}

div.wpmudev-chat-box div.wpmudev-chat-module-messages-list div.wpmudev-chat-row {
position:relative;
}
div.wpmudev-chat-box div.wpmudev-chat-module-messages-list div.wpmudev-chat-row ul.wpmudev-chat-row-footer {
display:block;
position:absolute;
top:0;
padding-top:3px;
padding-left:10px;
}
div.wpmudev-chat-box div.wpmudev-chat-module-messages-list div.wpmudev-chat-row .wpmudev-chat-message-text {
padding:20px 10px 0;
}

Cheers!

I just found it myself after you advice as well… But big thanks. This helped me out a lot :smiley:

We are delighted to assist you with this.

Have a great day :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.