Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #664759

    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

    #665785

    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

    #665951

    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

    #666165

    Hi,

    then use this code instead:

    .avia_codeblock input[type="submit"] {
    background-color: #2d5c88;
    }
    

    Best regards,
    Andy

    #666354

    That fixed the problem. Thank you.
    kfranck

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change in primary color’ is closed to new replies.