Tagged: x
-
AuthorPosts
-
February 5, 2017 at 6:37 am #1358532
emigriffParticipantHi everyone,
I’m looking to edit my top bar items – the bar that has the “Request a Brochure | Contact” and then the social media buttons on the right: http://www.midiatoursglobal.com/home/
Since my client doesn’t have social media yet, I’d prefer to just have the “Request a Brochure | Contact” here. I can’t figure out where to edit this! Doesn’t look like it’s a widget so where do you take down the social media stuff? And then I’m wondering if I need some css to move the “Request a Brochure | Contact” to the right side?
Thanks again for all the help community.
Emily
February 5, 2017 at 7:12 am #1358558
ThaiModeratorHi Emily,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-topbar .x-social-global { display: none; } .x-topbar .p-info { float: right; }Hope it helps 🙂
February 5, 2017 at 9:23 pm #1359091
emigriffParticipantThanks Thai. Do you think I need to make a child theme to do this change or do you think it’s all good just to do in the Global CSS?
February 5, 2017 at 11:53 pm #1359183
RupokMemberHi there,
Thanks for writing back. Few tweaks like this should be done with Customizer Custom CSS/JS options, Child Theme is not necessary unless you need to change any template.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1358532 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
