- This topic has 6 replies, 2 voices, and was last updated 6 years, 3 months 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 🙂
🙂
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]
Have you tried using HubSpot’s limited functionalities? Then, it is time to migrate your HubSpot website to WordPress. WordPress provides many features, themes, Plugins, and […]