Hi
Is it possible to increase sub menu font size? Also, how do you change header bg size, if submenu font is larger?
Thx
Hi
Is it possible to increase sub menu font size? Also, how do you change header bg size, if submenu font is larger?
Thx
Hello,
Just style it with
.sub_menu ul li a {
font-size: 14px;
}
The shop header will adjust base on the content, if it doesn't you can use this.
#shop_header {
min-height: 50px;
}
Adjust the minimum height value.
Regards,
Ismael
You must log in to post.