• Resolved teereasons

    (@teereasons)


    Hi,

    I would like to know if there is a form to change the Site Title colors. As I can do for the tag line and all…

    Is there a way we can get a list of the varies variables (tag line, menus, etc)?

    Thank you

Viewing 1 replies (of 1 total)
  • Hello,

    Add the following custom CSS to customize-> Additional CSS

    h1.site-title.display-title a span {
        color: #3699dc;
    }
    #masthead .site-description {
        color: #3699dc;
    }

    You can inspect the element to change the style of any element.
    To know more follow https://developer.chrome.com/devtools

Viewing 1 replies (of 1 total)

The topic ‘Site Title Color’ is closed to new replies.