Tagged: x
-
AuthorPosts
-
July 11, 2016 at 2:30 pm #1081979
jsjmccrackenParticipantHello,
On http://www.tablerockkennels.com/ how do I add text above the navbar? I want to add “Providing exceptional companions for the home and the huntโ above the logo and navbar.
Thank you!
Jacob McCracken
July 11, 2016 at 2:45 pm #1082001
jsjmccrackenParticipantI was able to add the text via the Appearance> Customize> Header> Miscellaneous> Topbar Content but the .p-info class isn’t working when I try changing the font-size, color and alignment… How do I go about doing that?
July 11, 2016 at 3:56 pm #1082112
JoaoModeratorHi There,
Please use:
.x-topbar .p-info { font-size: 20px; }If you need further help please provide us more details about what you are trying to achieve and we will gladly help you.
Thanks
joao
July 11, 2016 at 4:01 pm #1082118
jsjmccrackenParticipantThank you for the reply, the font size and color works ๐
I would like to center the wording in the topbar and have the background in the topbar be the background image so I added the following code:
.x-topbar .p-info {
font-size: 1.5em;
color: #a4a8a5;
text-align: center;
background: url(“http://www.tablerockkennels.com/wp-content/uploads/2016/04/TRK-website-background2.jpg”);
}but this did not work.
July 12, 2016 at 12:03 am #1082627
RupokMemberHi there,
Your background image doesn’t exists on that given path – http://www.tablerockkennels.com/wp-content/uploads/2016/04/TRK-website-background2.jpg
So make sure to provide a right image path. Also it would be better approach if you apply the background to the topbar NOT to the paragraph tag :
.x-topbar { background: url("http://www.tablerockkennels.com/wp-content/uploads/2016/04/TRK-website-background2.jpg"); } .x-topbar .p-info { font-size: 1.5em; color: #a4a8a5; text-align: center; }Hope this helps.
Cheers!
July 12, 2016 at 12:58 am #1082658
jsjmccrackenParticipantThat makes sense where the background image would go. Thank you!
For some reason the text in the topbar is still not centering above the navbar…?
July 12, 2016 at 7:04 am #1082969
ChristopherModeratorHi there,
Please add this code too :
.x-topbar .p-info { float: none; } @media (min-width:979px){ .x-social-global { margin-top: -38px !important; } }Hope that helps.
July 12, 2016 at 9:50 am #1083202
jsjmccrackenParticipantThank you! It is now centered.
When I resize the screen to a mobile version the black background still comes up behind the topbar text. I added:
.x-topbar .desktop {
background: url(“http://www.tablerockkennels.com/wp-content/uploads/2016/04/TRK-website-background2.jpg”);
border: none;
}.x-topbar .mobile {
background: url(“http://www.tablerockkennels.com/wp-content/uploads/2016/04/TRK-website-background2.jpg”);
border: none;
}but that didn’t work. How do I go about getting that fixed?
Thank you!
July 12, 2016 at 12:06 pm #1083432
JadeModeratorHI there,
Please update this code:
.x-topbar .p-info { float: none; }to
.x-topbar .p-info { float: none; background: transparent !important; }Hope this helps.
July 12, 2016 at 1:58 pm #1083596
jsjmccrackenParticipantThank you! This is all I needed ๐
July 12, 2016 at 2:10 pm #1083623
Prasant RaiModeratorYou are most welcome. ๐
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1081979 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
