Thanks for the beautiful theme, please i need the css code to change the menu text colour to black colour in Tyche theme. Thanks
Thanks, I have been able to figure the above question out.
My second question now is that how do I reduce the height of the white background in the mobile view of the logo area. See attached image. Thanks
Hi there
Hope you are having a good day and thank you for your question
please provide url and i will take a look
www.lushcurvesng.com .
That is the url. I want to reduce the height of the white background surrounding the logo area when you visit the website on the mobile phone. Thanks
Hi there
this is maximum we can, please try this css:
@media (max-width: 767px) {
.site-header .header-logo .custom-logo-link {
margin-top: 0px;
margin-bottom: 0px;
}
}
Hi, how did you do that? I am trying to change the font colour for my menu as well.
Thanks in advance.
Hello glenncg
Can i see your website url? this code maybe not working for you
Sure, my URL is https://phase2face.co.
Thanks!
Glen you can use thi code to change menu color:
.sf-menu > li > a, .sf-menu > li.dropdown > a {
color: #f90000;
}