Anyone know how to change the member menu icons size from (16px) to (24px)
The 16px are to small some people are blaine and they can't see those little icons I want a better siza so they can be easy to see on the member menu bar
Thank you
Anyone know how to change the member menu icons size from (16px) to (24px) The 16px are to small some people are blaine and they can't see those little icons I want a better siza so they can be easy to see on the member menu bar
Thank you Post Reply - if you going to help - No for - bla bla bla bla |
What file I need to edit for this guys Please Post Reply - if you going to help - No for - bla bla bla bla |
Firebug will tell you.
.topMenu a span.down img, .topMenu b span.down img {
height: 16px;
margin: 8px auto 7px;
vertical-align: middle;
width: 16px;
}
https://www.deanbassett.com |
Yea I try that yesterday but stil 16px I change from 16 to 24 on top_menu.css using my firebug for firefox Post Reply - if you going to help - No for - bla bla bla bla |
Well it worked for me. If you have css caching turned on, then it will not show up until cache is cleared. https://www.deanbassett.com |
The only Icons are getting bigers is the one on the top menu I want the one on the member bar at the bottom Post Reply - if you going to help - No for - bla bla bla bla |
Oh. Sorry. Wrong menu. https://www.deanbassett.com |
Hello, To change icons dimensions in member menu panel find Dolphin root/templates/base/extra_top_menu.html file and copy it to your template directory. In this file find the following code near line 24: <a href="__menu_link__" class="__item_link_indent__" __extended_action__ __target__> change width and height values to 24: <a href="__menu_link__" class="__item_link_indent__" __extended_action__ __target__> find the following code near line 96: <a class="extra_item __item_link_indent__" href="__menu_link__" __extended_action__ __target__> and just do the same: <a class="extra_item __item_link_indent__" href="__menu_link__" __extended_action__ __target__> Thank you, Best regards, nuknspax. Free and premium Dolphin templates. Custom design services. |
@Nuknspax - Thank you so mutch I will try your information Post Reply - if you going to help - No for - bla bla bla bla |
How do I change the size of the picture of the top menu language |