Advertisement
pusatdata

Trik WP Flexithemes: Hapus Bullet Panah di Menu

Apr 28th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Buka style.css
  2. /* Arrows - Menu Secondary */
  3. .menu-secondary a.sf-with-ul {
  4. padding-right: 26px;
  5. min-width: 1px;
  6. }
  7. .menu-secondary .sf-sub-indicator {
  8. position: absolute;
  9. display: block;
  10. overflow: hidden;
  11. right: 0;
  12. top: 0;
  13. padding: 14px 13px 0 0;
  14. }
  15.  
  16. Hapus bagian ini dari kode di atas:
  17. >> padding-right: 26px;
  18. >> display: block;
  19.  
  20. Masukkan kode ini pada pada style.css
  21. .sf-sub-indicator { display: none; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement