Archived Blogs and Articles

Archives

Filter 

  • Removing CB tab on users profile

    Log in to the backendComponents -> CB ->Tab ManagementSelect MenuRemove the _UE_MENU_CB under First Menu ItemSave and good to go ...
  • Remove nifty icons next to your CB registration page

    Open the css folder of your template. open the general.css file and add the following block of code to the top.#cbIconsTop, #cbIconsBottom, .cbFieldIcons, .cbFieldIconsLabels {display:none;}  ...