Tagged: x
-
AuthorPosts
-
July 8, 2016 at 7:51 pm #1078707
JW & Co.ParticipantHello,
I am trying to make some edits to my website, http://www.homeandhealthy.joshuaweatherstone.com, and need some help.
Please tell me how to vertically center the text in the topbar, as well as how to align it to the right side of the page. I would also like to make that text bold, change the color, and add the phone icon before it.
Thanks so much!
JoshJuly 9, 2016 at 2:16 am #1079008
FriechModeratorHi Josh,
Thanks for writing in! Please update your topbar content to this:
<p class="topbar-contact"><i class="x-icon x-icon-heart" data-x-icon="" ></i> (609)334-8933</p>And add this to your custom css on customizer.
p.topbar-contact { margin-bottom: 0; color: red; font-size: 1.5em; font-weight: bold; text-align: right; }Feel free to adjust those values.
Hope it helps, Cheers!
July 9, 2016 at 9:16 am #1079319
JW & Co.ParticipantUnfortunately the custom css is not affecting the text in the topbar…
Thanks,
JoshJuly 9, 2016 at 10:43 am #1079384
ThaiModeratorHi Josh,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this CSS:
.x-colophon.top .widget ul li { background-color: #056282; p.topbar-contact { margin-bottom: 0; color: red; font-size: 1.5em; font-weight: bold; text-align: right; }And replace to this:
.x-colophon.top .widget ul li { background-color: #056282; } p.topbar-contact { margin-bottom: 0; color: red; font-size: 1.5em; font-weight: bold; text-align: right; }Hope it helps 🙂
July 9, 2016 at 11:28 am #1079407
JW & Co.ParticipantWorking now! Thanks!
July 9, 2016 at 12:54 pm #1079462
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1078707 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
