- This topic has 6 replies, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Shudh theme support › bug capital in each word
Hi,
Using Shudh I see that in the main menu, every first character of a word is converted to a capital. For example I have menu option: “Vind uw bemiddelaar”. And in the main menu it is: “Vind Uw Bemiddelaar”. This is not acccepable. How do I solve this?
Site is: http://www.bemiddelaars.vlaanderen/rvb/
Best regards, Wilfried
I found it myself 😉
In custom css:
#nav ul li {
text-transform: none;
}
Great!!
I have now 4 colums in footer. How can I change that to 3 or 2 colums?
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
#footer .cols-4.second { display:none;}
#footer .cols-4.first, #footer .cols-4.third, #footer .cols-4.fourth { width:30% !important;}
.recent-project:nth-of-type(3), .footer-col-3 .recent-project:nth-of-type(6) { margin-right:4px !important;}
@media screen and (max-width:767px) {
#footer .cols-4.first, #footer .cols-4.third, #footer .cols-4.fourth { width:100% !important;}
}
Regards,
Dave
Thank you, I can go on with this 🙂
🙂
Best Selling WordPress themes WordPress themes have long proved themselves as extensively reliable and user – directed online content creation and development self – hosted […]
Harmonic WordPress Themes In an effort to find consonant and tuneful website tools for music, dance, orchestra and other music and composition based websites, we […]
Online Booking System Plugins If you are engaged into a restaurant, hotel, consultant, hair salon or any other suchlike business, in which making reservation and […]