- This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Corpopress Pro › The problem with the button on the main slider
Tagged: corpopress pro, main button, main slider
Hello! I want to change the color of the button on the main slider. Now the button is white, and when you hover over it turns yellow. I want to do the opposite, so that it is yellow at first, and when you hover over it becomes white. I could not change the color by replacing the code through additional CSS styles. help me please
My site http://gorod-kuhon.ru
Hello,
Please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS
#featured-image .btn-default:hover{
background-color: #fff !important;
color: #6453b5 !important;
}
#featured-image .buttons .btn-default {
background-color: #fbb836;
color: #fff;
}
Hope this helps.
If you have any queries further, let us know.
Thank you.
Thanks, this code works!
Hello,
Glad we could help you.
If you have any issues further then kindly let us know.
Thank you.
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



