Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
435 views
in Technique[技术] by (71.8m points)

wordpress theming - How to add custom css that my code is not working?

I am trying to code in the WordPress custom CSS plugin but I can't do it. This is the image.enter image description here

If you look into the image you will see a nav where some plus icon is there but I am trying to set on the left side of the navbar. I used this code to change the side.

#nm-mobile-menu .menu li .nm-menu-toggle {
    position: absolute;
    top: 6px;
    left: 0;
    display: none;
    height: 28px;
    font-family: 'nm-font';
    font-size: 11px;
    line-height: 28px;
    font-weight: normal;
    color: #282828;
    padding-left: 10px;
}
question from:https://stackoverflow.com/questions/65859683/how-to-add-custom-css-that-my-code-is-not-working

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...