- This topic has 5 replies, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Site Title in Header is very tiny
Tagged: font-size, shrunk header on inner pages, site title
I was originally using the Perfect Perfect theme, but when I purchased and updated to the Pro version of the theme, the font size of my site title in the header suddenly shrunk and become smaller than the site tagline, almost too small to even make out and read.
My website http://www.stephanieoplingerarts.com
What can be done to fix this?
Thanks!
Stephanie
Hello
Please add this CSS in the Additional CSS
.site-title a {
font-size: 52px;
}
@media only screen and (max-width: 1023px){
.site-title a {
font-size: 37px;
}
}
@media only screen and (max-width: 767px){
.site-title a {
font-size: 25px;
}
}
You can change the font size as per your need
Thank you! That worked great!
I have a secondary issue related to this.
When I chose the Enable Shrunk Header for Inner Pages option along with the Sticky Menu option, the logo section and site name overflow into the main page area and block the page title and page text on the site’s inner pages. How do I shrink the logo and site title/subtitle to fit in the shrunk header area and without affecting the normal header on the Home Page?
Hello @SOARTS
Please add this CSS in the Additional CSS
@media only screen and (min-width: 767px){
body:not(.home).sticky-menu-enabled #site-identity {
margin-top: 7px;
}
}
body:not(.home) #site-logo img{
height: 100px;
width: 100px;
}
Please let us know if there is any issue with this code
Regards
That worked perfectly! Thank you!
Enlarging the Site Title worked perfectly.
I should have also asked then, how can I enlarge the Site Tagline as well on the home page? What CSS elements/classes are assigned to the Site Tagline?
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |