Adjust the main widget area theme janice

  • Unknown's avatar

    Is there a way i can make the main widget area more noticeable (the three dots top right next to Searcy. Like maybe a button with a text on it in stead of three dots

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Next to Search i mean

  • Unknown's avatar

    See what you think with this, which doubles the size of the menu icon (three bars).

    .menu-toggle .fa-bars:before {
    	font-size: 200%;
    }

    It can be replaced with a button of your choosing, or we can change it to text and style it like a button with CSS. This would be a sample of what can be done.

    .menu-toggle .fa-bars:before {
    	content: "Menu" !important;
    	background: #fff;
    	padding: 7px;
    	border-radius: 5px;
    	font-family: Arial, helvetica, sans-serif;
    	font-size: 16px !important;
    	font-weight: 600;
    	color: #000;
    }
  • The topic ‘Adjust the main widget area theme janice’ is closed to new replies.