bug capital in each word

Home Forums Shudh theme support bug capital in each word

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #113639
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    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

    #113662
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    I found it myself πŸ˜‰

    In custom css:

    #nav ul li {
        text-transform: none;
    }
    #113666
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Great!!

    #113683
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    I have now 4 colums in footer. How can I change that to 3 or 2 colums?

    #113685
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    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

    #113687
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you, I can go on with this πŸ™‚

    #113690
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.