Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1299765
    epalamara
    Participant

    Hi, I want to create a news bar at the top of my site (www.bullseyelocations.com) preferably just on the homepage. I’ve been playing with using the topbar but I want to remove the social icons and center the text.

    Here’s some examples of what I am trying to achieve. Both of these sites have a news/promotion bar at the top of the homepage only:
    https://www.invisionapp.com/

    Home

    Thanks!

    #1299787
    Joao
    Moderator

    Hi There

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .x-topbar .x-social-global {
         display: none;
    }
    
    .x-topbar {
        text-align: center;
    }

    Hope that helps,

    If you need further help please provide your URL.

    Thanks

    Joao

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