Tagged: x
-
AuthorPosts
-
September 20, 2016 at 12:48 pm #1183453
koosang153ParticipantHello,
I love the overall look of the theme icon, and yet, I encountered some issues while customizing the theme.
1. I can’t find the option to change the background color of navigation bar as #7E868C as the following screen shot.
http://naver.design/wp-content/uploads/2016/09/Screen-Shot-2016-09-21-at-2.40.37-AM.png2. Since I have Multi language sub sites, I want the selecting button on the navigation bar together on the right side of search engine.
Please let me know how to code to customize the theme correctly!
Thank you!!
September 20, 2016 at 1:50 pm #1183533
RahulModeratorHi there,
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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
September 20, 2016 at 2:02 pm #1183560
koosang153ParticipantThis reply has been marked as private.September 20, 2016 at 2:47 pm #1183636
RahulModeratorHey There,
You can add this under Custom > CSS in the Customizer.
.x-navbar {
background-color: #7E868C;
}Let me know if this helps!
Thanks
September 20, 2016 at 2:49 pm #1183639
RahulModeratorHi There,
the first step will be to create a child theme. You can watch the video on how to setup a child theme here: http://theme.co/x/member/kb/how-to-setup-child-themes/
After you’ve done that I will need the address of your site and you have to copy paste following file to your child theme from the parent theme: /x/framework/views/global/_topbar.php
Once you’ve done all that I need additional information on where you want to place the switcher exactly. Left or right side of the top bar and so on.
September 20, 2016 at 2:51 pm #1183641
RahulModeratorHi There,
Please have a look at the thread https://community.theme.co/forums/topic/how-to-add-wmpl-language-switcher-to-top-bar/
Let me know if you get stuck anywhere!
Feel free to contact me
Thanks
September 21, 2016 at 12:07 am #1184193
koosang153ParticipantThis reply has been marked as private.September 21, 2016 at 3:19 am #1184309
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-navbar .desktop .x-nav>li>a:hover>span { border-color: #fff; } .x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span { border-color: #fff; } .x-navbar .desktop .x-nav>li>a>span { border-radius: 4px; } .x-colophon-content p { font-family: "Libre Baskerville",serif; color: rgba(255,255,255,0.7); }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1183453 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
