Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358284
    barnettbailbonds
    Participant

    How can I change the font color to white in my footer?

    #1358285
    barnettbailbonds
    Participant
    This reply has been marked as private.
    #1358368
    barnettbailbonds
    Participant

    I figured it out thanks!

    #1358386
    barnettbailbonds
    Participant

    I did discover a small error that I do not know how to fix.
    on my contact us page, “CONTACT US ONLINE” and “Please feel free to contact us on one of our many social networking sites such as Facebook, Instagram, Twitter or LinkedIn.” are both hyperlinks linked to my telephone number. I do not want those hyperlinked. I dont think I have that option set up for it. Please help me remove it from those two items

    #1358433
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! We’re glad you were able to figured out and resolve some of the issue. I have check your contact us page and it turns out that you have inserted an invalid html code. Please check this out: http://prntscr.com/e4pdjn

    The correct code should be this:

    
    <h1 style="text-align: center; margin:0;"><a style="color: #a9710a;" href="tel:+1-757-777-9779">757.777.9779</a>
    </h1>

    Hope this helps.

    #1358606
    barnettbailbonds
    Participant

    worked perfectly thanks. I dont even know how i messed that up. i never mess with the text because i’m not good with code, it may have happened when i duplicated a header lol. Thanks again!

    #1358611
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

    #1359993
    barnettbailbonds
    Participant

    Hello again, how can i change the footer link hover colors. I want it to be black when you hover over it.

    I looked up this question with no luck. i tried
    footer.x-colophon.bottom a span:hover, footer.x-colophon.bottom a:hover {
    color: black !important;
    opacity: 1 !important;
    }

    and it didnt work..

    Also, I would like assistance with the hover color for my yellow page review button on my homepage and on the why choose us page. its the same section just would like to change the yellow button AND text to this color (#aa710a) when hovering over the buttons on the homepage and why choose us page. Thanks!

    #1360016
    barnettbailbonds
    Participant

    Just to clarify, This is the button i would like to alter the hovered color of for the home page and why choose us page.

    #1360056
    Joao
    Moderator

    HI there,

    Please add a class to the button then add this CSS (assuming the class you added button-hover):

    
    .button-hover {
        background-color: #fff;
        color: #000;
    }

    Then add this additional CSS:

    .x-colophon.bottom .x-nav li a:hover {
        color: #000;
    }

    Hope this helps.

    Joao

    #1360092
    barnettbailbonds
    Participant

    Hey Joao, that didnt work. can you see what i did wrong?
    I added the class “button-hover” to both buttons on the home page and why choose us page, then input the codes but nothing happened.

    #1360096
    barnettbailbonds
    Participant

    It also didn’t change the links hover color in the footer either

    #1360268
    Friech
    Moderator

    Hi There,

    For the button, please add this on your custom CSS.

    .button-hover:hover {
    	border-color: #aa710a !important;
    	color: #aa710a !important;
    }

    Regarding the footer, I assume you’re referring to the links under PENINSULA BAIL BONDSMAN LOCATIONS and TIDEWATER BAIL BONDSMEN LOCATIONS, yes? Please add this on your custom CSS as well.

    .x-colophon.top ul li a:hover {
    	color: #000;
    }

    Cheers!

    #1360310
    barnettbailbonds
    Participant

    worked perfectly!

    #1360317
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1358284 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>