- This topic has 6 replies, 2 voices, and was last updated 6 years, 8 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 🙂
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]