Social media bar

Support Area Forums Forward Social media bar

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
URL to the page in question: http://musicaction.org/
  • Author
    Posts
  • #28623
    Anastasia Connor
    Participant

    Hi,

    Is it possible to place my social media menu and Search box above the site title?

    Thank you!

    Ax

    #28626
    Bill Robbins
    Moderator

    Hello Ax,

    It is possible to move those around a bit. Here’s one way to go about that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #wrap {
      	position: relative;
      }
      
      #navigation {
      	position: static;
      }
      
      #menu-social-media {
      	position: absolute;
      	top: 2px;
      	right: 235px;
      	z-index: 20;
      }
      
      .header-search {
      	position: absolute;
      	top: 6px;
      	right: 30px;
      }
      
      #menu-social-media li a::before {
      	color: #000;
      }
      

      The last style there sets the color of the social icons to black (#000). You can use any color there you’d like to. That gives you the ability to set a different color from the other menu items since these will have a different background color.

    3. Update your settings.

    Let me know if you have any questions or trouble.

    Thanks,
    Bill

    #28630
    Avatar photoSamV
    Participant

    Hey Anastasia,

    Could you share a link when this is done as I’ve love to see how it looks!

    #28632
    Anastasia Connor
    Participant

    Thanks! It worked! Is there any way of changing the colour of the new social media bar at the top?

    Sam, I doubt you’d see it. It’s all set on private atm.

    Ax

    #28634
    Avatar photoSamV
    Participant

    Any chance of screen grab of just the header section? No worries if not.

    #28638
    Avatar photoSamV
    Participant

    Whoop, thanks to the code above I’ve now moved my search box above the nav menu.

    Cheers both!

    http://www.limehousetownhall.co.uk/

    #28639
    Anastasia Connor
    Participant

    There you go Sam. Screen grab attached.

    #28640
    Avatar photoSamV
    Participant

    Cheers! Sadly I can’t seen the screengrab, I’m guessing only Bill can but thanks for trying!

    #28646
    Bill Robbins
    Moderator

    Are you wanting to change just the social icons background or the icons and the search box together?

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Social media bar’ is closed to new replies.