Support Forums for LiveMesh Themes & Plugins › Forums › Fusion Theme Support › Multiple Probems
Tagged: everything.
- This topic has 6 replies, 2 voices, and was last updated 6 years, 9 months ago by
Veena.
-
AuthorPosts
-
December 9, 2016 at 3:29 am #25065
andrewmaff
MemberHere is the website I am building for my client: http://joejacobydrive66.com/
1. The header is all out of line and messed up and I don’t know why. I can’t seem to get the menu items in the top right to line up correctly to shrink the header.
2. I can’t seem to change the font color of the footer.
3. I can’t figure out how to change the background colors and font colors of the hamburger menu.
4. In the pages, no matter what I do the area surround the page titles will not shrink.
For supposedly such a great theme there seems to be TONS of limitations that are not stated before you download. It sound incredibly customizable but unless I’m missing something I can’t seem to get anything fixed.
Help on all of these issues would be much appreciated!
December 9, 2016 at 3:29 am #25066andrewmaff
MemberThis reply has been marked as private.December 9, 2016 at 11:33 am #25069Veena
Moderator1.You can use the below custom CSS in themeoptions –
#primary-menu { margin-right: 50px; } #header.sticky #primary-menu { top: 30px; } #header.sticky #site-logo { top: 40px; } #header.sticky #sidebar-header .button { top: 35px; } #header.sticky .side-nav-toggle { top: 40px; }
Pls adjust the values according to your requirement.
It would be good if you move social icons to footer like in our demo site – https://www.livemeshthemes.com/fusion
2.
#footer-bottom .menu-container ul li a { color: #933D41; } #footer-bottom .menu-container ul li a:hover, #footer-bottom .menu-container ul li a:active { color: #000; } #footer-bottom-text { color: #000; }
3.
.side-nav-toggle .icon, .side-nav-toggle .icon:before, .side-nav-toggle .icon:after { background: #FFA812; } #sidenav { background-color: #fff; } #side-menu ul.menu li a { color: #000; } #side-menu ul.menu li a:hover { color: #fff; background: #FFA812; }
4.
#title-area { padding: 45px 0 25px; } #title-area h1 { font-size: 40px; }
December 14, 2016 at 2:20 am #25122andrewmaff
MemberThank you for all of your help!
This all worked great.We are basing this site off of: http://american-integrity.com/
As we are working hand in hand with them.How can we add icons above the menu options like they have?
I would also like to add the black/white gray bar they have under their menu, is this just adding an image to the background of the header?Thanks again!
December 14, 2016 at 11:11 am #25125Veena
ModeratorThis reply has been marked as private.December 15, 2016 at 11:36 am #25144andrewmaff
MemberHello,
Thank you for all of your help!
I was able to place the white/grey bar where I wanted it and change the coloring, but it won’t seem to stick when I scroll.
Do you know the code so I can have it remain there without moving?December 16, 2016 at 4:08 am #25155Veena
ModeratorYou can use this –
#header.sticky { background: url(http://joejacobydrive66.com/wp-content/uploads/2016/12/test.jpg) no-repeat; background-position: center bottom; height: 150px; }
-
AuthorPosts
- The forum ‘Fusion Theme Support’ is closed to new topics and replies.