Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859607

    anitaradovcic
    Participant

    How to change header widget icon plus to text, and how to change background color where is icon plus

    #860047

    Prasant Rai
    Moderator

    Hello Anita,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #860530

    anitaradovcic
    Participant
    This reply has been marked as private.
    #860698

    Zeshan
    Member

    Hi Anita,

    To show text in place of the icon, add following CSS under Custom > CSS in the Customizer:

    .x-btn-widgetbar {
      border-width: 40px;
    }
    
    .x-btn-widgetbar i {
      top: -25px;
      right: -33px;
      color: #fff;
      font-weight: bold;
    }
    
    .x-btn-widgetbar i:before {
      content: 'LOGIN';
    }
    

    Replace LOGIN with the text you want to show.

    Thank you!

    #861228

    anitaradovcic
    Participant

    Thank you 🙂

    #861839

    Prasant Rai
    Moderator

    You are most welcome. 🙂