Jump to content

PS 1.6 font-size top menù


Recommended Posts

Hello

 

Using PS 1.6.0.5 and assuming all things are fairly equal go to:

 

public_html/Your Shop/Your Theme/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

 

and around line 60 change the font size

 

 

.sf-menu > li > a {
    font: 600 18px/22px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #484848;
    display: block;
    padding: 17px 20px;
    border-bottom: 3px solid #e9e9e9; }
  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: #333333;
    border-bottom-color: #666666;
    color: white; }
 
Paul
Link to comment
Share on other sites

×
×
  • Create New...