-
AuthorPosts
-
May 6, 2015 at 9:03 am #267148
Hello,
I am using the integrity x-theme at my site genyfinanceguy.com, and am trying to leverage the top bar. However, when I enable it, social icons show up by default and I don’t see an option to disable them from showing up in the top bar.
How can I get these to go away?
Thanks,
Dom
May 6, 2015 at 10:50 am #267260Hi There,
Thanks for writing in!
Try adding following CSS under Appearance > Customize > Custom > CSS:.x-topbar .x-social-global { display: none; }
Hope it helps.
May 6, 2015 at 11:08 am #267277That worked very well.
I have one more question if you don’t mind.
How can I change the color of the top bar to match that of my main blog area?
Thanks,
Dom
May 6, 2015 at 11:36 am #267302Oh and one other thing, How can I adjust the size of the top-bar?
Thanks,
Dom
May 6, 2015 at 2:45 pm #267457Ok, I figured out how to change the backround color of the top-bar. The only thing I need to change is the spacing between “The Blog” title and the top bar.
How can I change the spacing?
URL: http://www.genyfinanceguy.com
Thanks,
Dom
May 6, 2015 at 3:45 pm #267501Hi Dom,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.blog .x-header-landmark { margin: 0px auto; }
Note: this removes top margin and bring the title upwards, you have an add space there so you can’t really go up all the way. If you wanted to further you can increase the value of 0 then ad px to the end of it.
Hope this helps – thanks!
May 6, 2015 at 4:59 pm #267563That worked perfectly.
Thank you very much.
Cheers!
May 6, 2015 at 5:43 pm #267595Glad to hear that.
Feel free to ask us in a new ticket.
Thanks. Have a great day! 🙂
-
AuthorPosts