Home Forums Pro Themes Photo Perfect Pro White fond only on phone view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #67605

    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?

    #67618
    wensolutions
    Keymaster

    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!!

    #67620
    #67624
    wensolutions
    Keymaster

    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!!

    #67645

    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.

    #67668
    wensolutions
    Keymaster

    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!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.