Footer and button colour

Hello
I would like to change the footer colour, is that possible? Also, the right hand button (Prices) needs a darker outline and text and I cant seem to change them?
https://frankazmugg.com/wp
Many thanks
Rick

hey there

Hope you are having a good day and thank you for your question :)Please add this CSSĀ in appearance - customize - additional CSS

.footer .footer-credits a {
color: #fefefe;
}
.btn-white, .image-bg .btn, .image-bg .btn:visited {
color: #04223a;
border-color: #04223a;
}

p.s. no need to open a new ticket when you have related questions to color

Thanks!
Colorlib Support Team

Hi, thanks so much for your help! I wanted to change the footer background colour though? From black to white

Hello,

I hope you are doing well today.

This CSS code would help you:


.bg-dark {
    background: white;
}

Best Regards,
Support

hi
once visited the button text goes dark, I need the text to stay the same colour?
all your help has been great, thanks very much!
rick

Good evening

Please add this code too:

.footer .footer-credits a:hover {
color: white !important;
}

Hi
That worked but now my footer is no longer white?

hi,
Now the button has gone back to how it was?
I hope you can help?
thnaks

GOod evening

i think you made changes and this is why footer bg is now white, try this code:

.bg-dark {
background: #0e1015 !important;
}

button is the same for me

Hi
site is now live and everything is good except the read more button. once visited the text goes dark and i need it to stay white?
Many thanks!
rick
https://frankazmugg.com/

Hello,

I hope you are doing well today.

You can use the following CSS code to change the button color by going to Appearance > Customize > Additional CSS and pasting it there.


.btn-white, .image-bg .btn, .image-bg .btn:visited {
    color: #fff;
}

Best Regards,
Support

hi
thanks but that makes the second button text unreadable.
i just want the read more text not to change color once visited.
thanks
https://frankazmugg.com

hi, try this code:

.btn-white, .image-bg .btn, .image-bg .btn:visited {
color: #fff !important;
}

You could change the weird image in the header :slight_smile: