[Support request] Changing Color of Site Title in mobile Header does not work

Home Forums Support [Support request] Changing Color of Site Title in mobile Header does not work

Home Forums Support Changing Color of Site Title in mobile Header does not work

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

    I want to use a text header title instead of an image. As you can see it remains black:

    View post on imgur.com

    View post on imgur.com

    generatepress header

    just downloaded wp and gp a couple of minutes before

    #1395089
    David
    Staff
    Customer Support

    Hi there,

    do you only want to change the color on mobile header ?

    #1395156
    Nic

    Hola David,
    Yes, i can change that color on tablet and desktop view. But on mobile view it remains black when i want it to be sticky.

    #1395343
    David
    Staff
    Customer Support

    Can you share a link to your site ? You can edit your original topic and use the Site URL field to share it privately.

    #1576503
    Warren

    Hello,

    Did you guys get this issue resolved? I am having the same exact problem. My site URL is https://guitartipsguy.com

    -Warren

    #1576523
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .navigation-branding .main-title a, .navigation-branding .main-title a:hover, .navigation-branding .main-title a:visited {
        color: #1e72bd;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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