This is a follow-up question to threat #664457. In the #664457 post, I requested to make the bold text black. I changed the primary color to #00000 from “#2d5c88” to accomplish this task.
However, the buttons in the Quick Search (“Blade Phones”, “Source Search” and “Google Search”) atop the homepage have now become black. I would like them to be “#2d5c88”. The home page is the “index” page of the site.
Can this be done?
I have included my login credentials in the private content section.
Thanks in advance.
kfranck
Hey Kurt,
please send us real link of any threads you’re referring to.
Use this code:
.avia_codeblock input {
color: #2d5c88 !important;
}
Best regards,
Andy
I thoroughly apologize for not referring to the “real link” for the previous threats.
Thank you for the code. Unfortunately, the type is blue, but I want the background to be #2d5c88 and the type to be white.
Suggestions?
Thanks,
kfranck
Hi,
then use this code instead:
.avia_codeblock input[type="submit"] {
background-color: #2d5c88;
}
Best regards,
Andy
That fixed the problem. Thank you.
kfranck