Home › Forums › All Other Themes › Movers and Packers
- This topic has 6 replies, 2 voices, and was last updated 6 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 20, 2017 at 1:56 am #65979
Can I make the menu, slider title and all headers upper and lower case, instead of just upper case?
Thanks, BobbyMarch 20, 2017 at 2:09 am #65980Also can I change the header text size (phone, email, etc.) independently of the body text?
BobbyMarch 20, 2017 at 9:25 am #66049Hi Bobby,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header .header-inner .nav ul li{text-transform:capitalize !important;}
.slide_info h2{text-transform:capitalize !important;}
.header-right{text-transform:capitalize !important;}Regards,
DaveMarch 20, 2017 at 4:08 pm #66132Hi Dave
Thanks! But h1, h2, h3, h4, h5, h6 didnt change.
Also can I change the header text size (phone, email, etc.) independently of the body text?Bobby
March 21, 2017 at 11:31 am #66218Hi Bobby,
Kindly show us your website URL.
Regards,
DaveMarch 21, 2017 at 3:14 pm #66262Here is the website: http://fcc.061.myftpupload.com
BobbyMarch 22, 2017 at 5:37 am #66302Hi Bobby,
Add this code in Custom CSS Box:
.header-right a{font-size:16px;}
h1, h2, h3, h4, h5, h6{text-transform:capitalize !important;}Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.