-
Posted a reply to Remove View Count from Posts in the Blog page, on the site WordPress.org Forums:
Try this... .image-post .hover-box .inner-hover ul.post-tags li:last-child { margin-right: 0; display: none; } -
Posted a reply to Remove View Count from Posts in the Blog page, on the site WordPress.org Forums:
See if theme supports custom css or if you can use plugin for adding any… -
Posted a reply to Trouble making the sub-menu a smaller font than top menu, on the site WordPress.org Forums:
You mean the space between items in sub-menu, if so, yes. I see you have… -
Created ticket #36345 on Themes Trac:
THEME: BootGuy – 1.0 -
Posted a reply to Trouble making the sub-menu a smaller font than top menu, on the site WordPress.org Forums:
You should set something css like ul.sub-menu li a { font-size:12px; }