Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358532
    emigriff
    Participant

    Hi 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

    #1358558
    Thai
    Moderator

    Hi 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 🙂

    #1359091
    emigriff
    Participant

    Thanks 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?

    #1359183
    Rupok
    Member

    Hi 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!

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