New Front EN › Support Forums › Ikebana Theme Support › Logo Retina/Color font Items/RSS projects › Reply To: Logo Retina/Color font Items/RSS projects
Hey Rafa,
I will cover the open issues here:
2). you can fine-tune the color of the portfolio caption text by inserting a line of CSS code into the “Style: Add Custom CSS” tab of the Theme Options panel:
.image-post-overlay-in { color: #cccccc; }
you can replace the #cccccc with any other hex color code you need ;)
– the large menu icons on mobile screens can be reduced in size by this piece of CSS:
#icons-mobile .mobile-icons-title img { width: 50%; height: 50%; }
– please use this code for the header section background color on small screens:
#main #header #header-box { background-color: #000000 !important; }
Please let me know if something hasn’t been covered ;)
Sincerely,
Andrii / Satori Studio