Home › Forums › Shudh theme support › bug capital in each word
- This topic has 6 replies, 2 voices, and was last updated 4 years, 9 months ago by
Forum Moderator.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
December 17, 2018 at 8:32 pm #113639
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
December 18, 2018 at 8:15 am #113662I found it myself 😉
In custom css:
#nav ul li { text-transform: none; }
December 18, 2018 at 8:49 am #113666Great!!
December 18, 2018 at 9:44 am #113683I have now 4 colums in footer. How can I change that to 3 or 2 colums?
December 18, 2018 at 9:52 am #113685Hi,
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,
DaveDecember 18, 2018 at 9:54 am #113687Thank you, I can go on with this 🙂
December 18, 2018 at 10:10 am #113690🙂
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.