Home › Forums › Photo World/Photo Session Support › Capitalize header
- This topic has 26 replies, 3 voices, and was last updated 7 years, 10 months ago by Michael.
-
AuthorPosts
-
September 21, 2016 at 11:19 am #47136
I would like to capitalize the headers of the sidebar widget and footer. Please help me with the Custom CSS Code.
Screenshot sidebar widget
http://imgur.com/a/hwzRPScreenshot Footer
http://imgur.com/a/ycqUPThanks,
MichaelSeptember 21, 2016 at 1:49 pm #47162Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.ngg-widget img { width:30.30% !important;}
.foot_col_container { width:98% !important;}
.footer-menu, .social, .contact { width:25% !important; margin:0 !important; padding:0 15px !important; box-sizing:border-box;}Regards,
ShriSeptember 21, 2016 at 2:29 pm #47169Hi Shri,
Thanks for your suggestions but it doesn’t change anything.
I want the titles in the header of the sidebar widget and the footer such as “Fotogalerie” to display in small capitals.
Regards,
PetraSeptember 22, 2016 at 5:00 am #47224Hi Michael,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#colophon h2{text-transform:uppercase;}
#secondary .widget-title{text-transform:uppercase;}Regards,
DaveSeptember 22, 2016 at 5:36 am #47235Hi Dave,
Thanks for your help which almost solved it. I wanted small caps instead of uppercase so I added this code there:
#colophon h2 {font-variant: small-caps;}
#colophon h3 {font-variant: small-caps;}
#secondary .widget-title{font-variant: small-caps;}Regards,
MichaelSeptember 22, 2016 at 5:53 am #47239Okay great
September 22, 2016 at 5:56 am #47241Please let me know the code to capitalize the menu and the slider description.
September 22, 2016 at 6:18 am #47246Hi Michael,
Kindly add this code in custom css box:
#site-nav ul li a{font-variant:small-caps;}
.slide-description{font-variant:small-caps;}Regards,
DaveSeptember 22, 2016 at 6:26 am #47248Hi Dave,
Thanks but it doesn’t change the menu on the first level, only all the sub-menus (which is great).
.slide-title{font-variant: small-caps;} doesn’t work either.
Regards,
MichaelSeptember 22, 2016 at 12:32 pm #47272Hi Michael,
Kindly show us your website URL.
Regards,
DaveSeptember 22, 2016 at 12:37 pm #47275Hi Dave,
eMail sent as I don’t want to post URL in forum yet.
Thanks.
Regards,
MichaelSeptember 22, 2016 at 1:04 pm #47280Hi Michael,
First level menu are changed.
For the slider title add this code in custom css box:
.slide-title{font-size:inherit !important; font-variant:small-caps;}
Regards,
DaveSeptember 22, 2016 at 1:09 pm #47283Hi Dave,
What do you mean by “First level menu are changed.“? They are uppercase instead of small caps.
Have a look at the website what happened to the slide-title … it changed the font-size which is now way smaller than before.
Regards,
MichaelSeptember 22, 2016 at 1:23 pm #47285Okay i’m checking in Firefox browser and it shows perfect.
Paste this code in custom css box for all other browsers:
#site-nav ul li a{text-transform:inherit; font-variant:small-caps;}
Regards,
DaveSeptember 22, 2016 at 1:29 pm #47286I checked with Firefox and IE. Slide-title font-size is now the smaller than slide-description which it wasn’t before.
-
AuthorPosts
- You must be logged in to reply to this topic.