CSS Code

6.64K viewsCoreAnspress
0

Hi, please can you give me the CSS code for the following elements, for override?
Many thanks. Also font

Answered question

Attachments

edits.png
0

It’s too bad that nobody answers to users having issues (most of posts have no answer) and the documentation is really incomplete.
It doesn’t give users confidence in using the plugin…
geometry dash

Answered question
0

Just in case, I updated all of the PO files, including the categories plugin, and I made sure that they were still in English. I add doodle baseball my own translations because AnsPress does not have a complete translation.

Answered question
1

User firebug in Firefox to quickly add styles. Here you go:

//ask button
#anspress .ap-btn-ask{
    background: #333;
}
//List title
#anspress .ap-questions-title a {
    color: #333;
    font-size: 16px;
}

// search from
#ap-search-form .ap-form-control {
    height: 30px;
    margin: 0;
    vertical-align: top;
}

// answer count
#anspress .ap-questions-count {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #61c17d;
    color: #333;
    height: 50px;
    line-height: 110%;
    width: 50px;
}