Home Forums Free Themes Signify Education Changing the text “TOP BAR” and “MENU”

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #142288
    rudnei
    Participant

    Hi,
    The Signify Education theme is great but I would like to change the text “TOP BAR” and “MENU” that appear on browsers on a smartphone. Can you provide me with the CSS code to do that?
    Regards,
    Rudnei

    #142318
    Psink
    Keymaster

    Hello @rudnei

    Please add this CSS in Additional CSS.

    CSS To hide exiting label

    
    .menu-label{
    	display: none;
    }
    

    CSS to add topbar menu label

    
    .menu-toggle::after {
       content: "top";
       padding-left: 5px;
    }
    

    CSS to add primary menu label

    
    #primary-menu-wrapper .menu-toggle::after {
      content: "Main";
      padding-left: 5px;
    }
    

    Please go to Admin panel >> Appearance >> Customize >> Additional CSS, add all of above css here and published

    Have a good day

    Regards,
    Psink

    #142340
    rudnei
    Participant

    Hi Psink,
    Thank you for your help.
    Regards,
    Rudnei

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.