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

5.33K 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

Thank you Rahul, I have now changed the colour successfully.
I am having difficulty getting the changes to display properly.
We have W3 Total Cache and MaxCDN but usually we just press CTRL F5 and the changes are made
But Im pressing and pressing and flushing the CDN and site cache and its hard to show the changes, is there any conflicts with this plugin and caching?

Its not a major problem but we had to use the Reset Filter button on the forum/QA page to be able to see new questions as they werent showing up.

TIA

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;
}

0

Has anyone had a chance to look into this please?
Thankyou