Tagged: x
-
AuthorPosts
-
February 4, 2017 at 8:36 pm #1358284
barnettbailbondsParticipantHow can I change the font color to white in my footer?
February 4, 2017 at 8:37 pm #1358285
barnettbailbondsParticipantThis reply has been marked as private.February 5, 2017 at 12:48 am #1358368
barnettbailbondsParticipantI figured it out thanks!
February 5, 2017 at 1:10 am #1358386
barnettbailbondsParticipantI 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 itemsFebruary 5, 2017 at 3:09 am #1358433
Rue NelModeratorHello 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.
February 5, 2017 at 9:06 am #1358606
barnettbailbondsParticipantworked 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!
February 5, 2017 at 9:14 am #1358611
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
February 6, 2017 at 12:06 pm #1359993
barnettbailbondsParticipantHello 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!
February 6, 2017 at 12:28 pm #1360016
barnettbailbondsParticipantJust to clarify, This is the button i would like to alter the hovered color of for the home page and why choose us page.
February 6, 2017 at 1:06 pm #1360056
JoaoModeratorHI 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
February 6, 2017 at 1:33 pm #1360092
barnettbailbondsParticipantHey 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.February 6, 2017 at 1:37 pm #1360096
barnettbailbondsParticipantIt also didn’t change the links hover color in the footer either
February 6, 2017 at 4:20 pm #1360268
FriechModeratorHi 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!
February 6, 2017 at 5:12 pm #1360310
barnettbailbondsParticipantworked perfectly!
February 6, 2017 at 5:26 pm #1360317
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1358284 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
