Tagged: x
-
AuthorPosts
-
July 7, 2016 at 3:31 am #1076111
Dutchy8826ParticipantHi there
I’m currently using Ethos with fixed top, stacked layout.
I would like to convert to inline layout and virtually replace my HOME tab with the logo.
I know I can remove the HOME tab from the menu and push the logo to the right using this custom code I came across:
.x-navbar .x-brand {
margin-left: 200px;
}
The issue however is that this code also forces the navbar left.
Can you please help??
http://www.thegoodcard.com.au
In short…can I replace HOME tab with logo
thanksJuly 7, 2016 at 4:41 am #1076190
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (min-width: 980px){ li#menu-item-271 a { text-indent: -9999px; background: url(http://thegoodcard.com.au/wp-content/uploads/2016/05/Good-Card-Logo_icon.png) center center no-repeat; background-size: contain; min-width: 100px; box-shadow: none; } .x-logobar { display: none; } }Best Regards,
ThemeCo Team.July 7, 2016 at 4:50 am #1076200
Dutchy8826ParticipantHi there
did as you suggested and screen shot shows the outcome.
ThanksJuly 7, 2016 at 4:50 am #1076202
Dutchy8826Participantps…see site
July 7, 2016 at 6:57 am #1076322
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-navbar .x-brand { display:none; }Hope that helps.
July 7, 2016 at 6:26 pm #1077094
Dutchy8826ParticipantHi there
I added the first piece of code, saved, with the result being that I had two logos (the original and the new one replacing HOME). When I clicked on one of the links the site would not respond and thus timed out.
I tried to load page in another server which also tied out.
I am now using another internet access and the site initially loaded so I removed all coding and took it back to original setting (stacked menu) saved and tried opening another page and once again the site timed out.
not sure what’s going on…July 8, 2016 at 1:18 am #1077571
Paul RModeratorHi,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 8, 2016 at 2:40 am #1077618
Dutchy8826ParticipantThis reply has been marked as private.July 8, 2016 at 6:32 am #1077788
Nabeel AModeratorHi again,
Please navigate to Appearance > Menu, edit your home menu item and replace the home text with the following code:
<i class="fa x-icon-home" data-x-icon=""></i>Hope this helps!
July 8, 2016 at 7:08 pm #1078586
Dutchy8826ParticipantThis reply has been marked as private.July 9, 2016 at 2:21 am #1079010
ChristopherModeratorHi there,
To change icon, please check this link : http://theme.co/changelog/#theme-4-0-0
If you want to add logo image, please add following code in Customize -> Custom -> CSS :li#menu-item-271:before { content: url("//thegoodcard.com.au/wp-content/uploads/2016/05/Good-Card-Logo_icon.png"); }To remove logo, add this :
.x-logobar { display: none; }Hope that helps.
July 9, 2016 at 3:01 am #1079040
Dutchy8826ParticipantOk…I’ll definitely give this a go. cheers
July 9, 2016 at 3:51 am #1079085
Nabeel AModeratorSure, do let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1076111 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
