Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zellie

    (@zellie)

    No luck… here’s the code if it helps:

    /*  sidebar styles */
    .menu{
    padding:0;
    font-size:90%;
    }
    
    /* weight 100 to bolder*/
    .menu a{
    font-weight: bolder;
    
    }
    
    /* testing the black here did nothing */
    .menu a:hover{
    text-decoration:none;
    }
    
    .menu ul{
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
    }
    
    .menu ul li.widget{
    padding:2px;
    margin:0 0 7px 0px;
    }
    
    .menu ul li.widget ul{
    	margin: 0;
    	padding:0;
    }
    
    .menu ul li.widget ul li{
    padding: 2px 0 2px 12px;
    margin:0;
    border-bottom: 1px solid #eee;
    }
    
    .menu ul li.widget ul li ul{
    }
    
    .menu ul li.widget ul li ul li{
    border-top: 1px solid #eee;
    border-bottom: none !important;
    padding: 0 0 0 11px;
    }
    
    /* change font here */
    /* header  font weight bolded from 800 */
    .menu ul li.widget h3{
    font-size:120%;
    padding:2px 0 3px 5px;
    margin:0;
    color: #222;
    font-weight: bolder;
    font-family: times new roman;
    font-variant:none;
    border-bottom: 1px solid #8CD1FD;
    border-top: 3px solid #8CD1FD;
    letter-spacing:2px;
    
    }
    
    .menu ul li h3 a{
    color: #023A5E;
    font-weight: 800;
    }
    
    .menu ul li h3 a:hover{
    color: #023A5E;
    text-decoration: none;
    }
    
    .menu form{
    display:block;
    margin:0px;
    padding:4px;
    }
    
    .menu input{
    margin:3px 0;
    font-size:90%;
    }
    
    li.widget .textwidget, li.widget #search {
    padding: 2px 5px;
    }
    Thread Starter zellie

    (@zellie)

    Awesome, thanks!

    Thread Starter zellie

    (@zellie)

    Below is the code that accomplishes this process in the Black Minimalism theme

    /*- Main Menu in Header */
    
    ul.menu {
    	margin: 0;
    	padding: 0;
    	position: absolute;
    	bottom: 0;
    	left: 20px;
    	width: 90%;
    	}
    
    ul.menu li {
    	display: inline;
    	margin: 0;
    	}
    
    ul.menu,
    ul.menu li a {
    	padding: 4px 8px 4px;
    	}
    
    ul.menu li a {
    	font: small Verdana, Helvetica, Arial, Sans-Serif;
    	color: #FFF;
             font-weight: bold;
    
    	margin: 0;
    	}
    
    ul.menu li a:hover {
    	background: #000000;
             font-weight: bold;
    
    	color: #E41B17 !important;
    	text-decoration: none;
    	}
    
    ul.menu li.current_page_item a,
    ul.menu li.current_page_item a:hover {
    	color: #333 !important;
    	background: white;
             font-weight: bold;
    
    	text-decoration: none;
    	}
    
    a img,:link img,:visited img { border:none }

    That’s what my hosting company (A Small Orange) just told me. 577 used to work for me but now it won’t (typically). 577 still works if I want to make changes to one template but my other template has to be at 777. Crazy!

Viewing 4 replies - 1 through 4 (of 4 total)