How Do I Change The Colour Of ap-btn-ask?

5.36K viewsCore
0

Hi
I have answerpress installed on my test domain, and have managed to change the colour of the buttons but I cant remember exactly how I did it.
I think I changed Main.Css ap-btn-ask

However when I make the changes on my live site, nothing happens.
The files I edit stay edited but the changes are not shown on the front end. It is not my cache.

On the test domain I was editing the plugin files but on my live site when I do the same, nothing happens

whats more, on Inspector F12, the path for what is main.css on the test domain, is showing up as list.scss not main.css
Ive tried editing the list.scss file, including the variable file as well. changing the main-color to my chosen colour.

Also the path for the files are showing as d: xampp2/ht docs/ then the path

If a member of support can email me at my signed up address that would be great.

Any help much appreciated. the green colour doesnt match my site theme and nothing in the plugin settings to change it, its all through the plugin files and css

0

Hello,
Do not edit core files. Instead use overrides.css file in your theme to apply css. Create a new file in you theme in YOUR-THEME/anspress/css/overrides.css and add your css to this file.

add this to change background of ask button:
#anspress .ap-list-head .ap-btn-ask{
background: #333;
}

You are viewing 1 out of 3 answers, click here to view all answers.