- This topic has 5 replies, 2 voices, and was last updated 6 years, 8 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 › White fond only on phone view
Hello. I just realised that the upper part of my page is grey only on a phone screen. Also the text fond is grey too. Is it possible to change it to black also?
Hello @jmarkantonakis,
Can you provide the screenshot marking the section that you want to change the color for so that we can help you further?
Thank You 🙂 .
Best Regards!!
Hello @jmarkantonakis,
Please use below given CSS to change the white text in black color in responsive view.
Go to Admin Panel > Apppearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 767px){
.site-title > a {
color: #000;
}
}
Hope this helps.
Best Regards!!
Nice css….but the background only became grey….Also I would like the text background of my page (in mobile view –> ymarkantonakis.com ) also to be blackened. Thanks in advance.
Hello @jmarkantonakis,
If we change the background of the site title text then the site title itself will be hidden.
But if you still want the header background to be black then use below given CSS.
@media only screen and (max-width: 767px){
.site-header {
background-color: #000;
}
}
Also, the theme has provided the option to change the color of the header section so please go to Admin Panel > Appearance > Customize > Color Options > Header Color Options and change the color as per your requirement.
HOpe this helps.
Best Regards!!
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. |