Hi, on www.tellasia.org i used to have a menu (Topbar Menu) and small search icon in the topbar aligned right, lying just to the left of the social icons. The code for it is still in Customizer but no content appears. Please help. Here’s the customizer code for it as well as for the social icons:
/* TOPBAR */
.x-topbar .x-social-global a {
color: #787878;
font-size: 10px;
font-size: 1rem;
letter-spacing: 0px;
vertical-align: text-bottom;
margin-top: 0;
margin-bottom: 0;
padding: 0; }
.site .x-topbar .p-info {
margin: 5px 5px 10px 50px;
padding: 0, 20px, 0, 20px;
font-size: 10px;
font-size: 1rem; }
body .x-topbar .p-info a {
border: 0;}
/TOPBAR ADD SEARCH icon/
.searchform {
float: right;
margin: 5px 20px 0 10px;
color: #787878 !important;
font-size: 15px; }
/TOPBAR ADD MENU/
.top-menu {
float: right;
margin-top: 11px;
margin-right: 5px;
font-size: 16px;}
.top-menu ul {
margin:0; }
.top-menu li {
display:inline-block; }
.top-menu li a {
color:#787878;
padding: 10px 20px 0 0;
line-height:13px; }
.top-menu li:hover {
color:#DE8D95;}