Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1183453
    koosang153
    Participant

    Hello,

    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.png

    2. 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!!

    #1183533
    Rahul
    Moderator

    Hi 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 / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1183560
    koosang153
    Participant
    This reply has been marked as private.
    #1183636
    Rahul
    Moderator

    Hey There,

    You can add this under Custom > CSS in the Customizer.

    .x-navbar {
    background-color: #7E868C;
    }

    Let me know if this helps!

    Thanks

    #1183639
    Rahul
    Moderator

    Hi 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.

    #1183641
    Rahul
    Moderator

    Hi 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

    #1184193
    koosang153
    Participant
    This reply has been marked as private.
    #1184309
    Christopher
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1183453 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>