Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1386466
    850it
    Participant

    Hi,

    Is there a way i can change the header widget opening button icon to something else, or maybe a text “Languages”? I mean the triangle button on the top right corner of the site. It is currently a gear icon in a triangle.

    Also is there a way to change it to a rectangle?

    Thanks

    #1386716
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    You could follow the thread below on how to customize Header Widget Icon.

    https://community.theme.co/forums/topic/changing-header-widget-icon/

    Let us know how it goes.

    Thanks.

    #1387053
    850it
    Participant

    Hi,

    I manged to write languages there and could move it around but i want to make it rectangle rather than a tringle. Is there a way to do it?

    Thanks

    #1387074
    Paul R
    Moderator

    Hi,

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

    
    .x-btn-widgetbar {
            border: 20px solid #272727 !important;
    }
    

    Hope that helps.

    #1387144
    850it
    Participant

    Hi,

    This made it a square, I want it to a rectangle covering the word Language.

    Thanks,

    #1387156
    850it
    Participant

    Or can i put a small image as an icon in it?

    #1387163
    Christopher
    Moderator

    Hi there,

    Please add this :

    .x-btn-widgetbar {
        border-top: 19px solid #272727;
        border-right: 19px solid #272727;
        border-left: 19px solid #272727;
        border-bottom: 19px solid #272727;
    }
    .x-btn-widgetbar {
        border-width: 62px;
    }
    

    Hope it helps.

    #1404756
    850it
    Participant

    Hi,

    Can i put an image as the icon inside the triangle button?

    Thanks

    #1404867
    Jade
    Moderator

    Hi there,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

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