How to edit plugin Using CSS
-
Hi everyone, I tried uploading s style.css file through the backend of clicksold setting in WordPress and it doesn’t seem to work properly. What am i doing wrong?I even just tried to make the body background color blue to see if it linked properly and that didn’t even work. so it seems like I am targeting the wrong attributes.
I made simple code like this
body {
background-color: blue;
}p,h1,h2,h3,h4,h5 {
font-family: ‘Open Sans’, sans-serif;
color:#444849;
}h2.cs-communities-section-header {
color:blue;
}form.cs-form input.cs-idx-quick-search, #listing_quick_search_form input#search_text {
color: blue;
}Do I have to target something more specific. please help I am new.
The topic ‘How to edit plugin Using CSS’ is closed to new replies.