peter433 Posted January 5, 2015 Share Posted January 5, 2015 Hello, In the main nav menu i want a uppercase first letter for each link, how do i chnge this rather than all default capitals. Regards Peter Link to comment Share on other sites More sharing options...
tuk66 Posted January 5, 2015 Share Posted January 5, 2015 Change style in ../blocktopmenu/css/superfish-modified.css from text-transform: uppercase; to text-transform: capitalize; Link to comment Share on other sites More sharing options...
peter433 Posted January 5, 2015 Author Share Posted January 5, 2015 Hello, Can you put anything in custom css module Regards Peter Link to comment Share on other sites More sharing options...
Paulito Posted January 5, 2015 Share Posted January 5, 2015 Hello Does this work for you: .sf-menu > li > a{text-transform:capitalize!important;} Paul Link to comment Share on other sites More sharing options...
peter433 Posted January 5, 2015 Author Share Posted January 5, 2015 (edited) Paul, This css not work, also where tuk66 told me to change that css code i can't see it in the file? I just want the first letter capital and the rest lower case like: Home Peter Edited January 5, 2015 by peter433 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted January 5, 2015 Share Posted January 5, 2015 Hello Works for me, I just put code in global.css http://screencast.com/t/hEvvgMY7ET5m Paul 1 Link to comment Share on other sites More sharing options...
peter433 Posted January 5, 2015 Author Share Posted January 5, 2015 Woop woop this worked, but i guess if any updates to the core then need to re-ad, shame the custom module css did not work. Peter Link to comment Share on other sites More sharing options...
peter433 Posted January 5, 2015 Author Share Posted January 5, 2015 Paul, Would you know how to have rounded edges around the menu. Peter Link to comment Share on other sites More sharing options...
Paulito Posted January 5, 2015 Share Posted January 5, 2015 Hello You could use this: .sf-menu {border-radius:50px;} change 50px to whatever you require Paul Link to comment Share on other sites More sharing options...
peter433 Posted January 5, 2015 Author Share Posted January 5, 2015 Works a treat strange how not work in css module tho? Thanks Peter Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now