• Resolved fixing2022

    (@fixing2022)


    I think I need the full version of the theme to change it but is there a way to change the site tag line without the premium version? It is a pale grey but I need it to be black.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ScriptsTown

    (@scriptstown)

    Hi @fixing2022,

    You can change site tagline color from “Appearance” > “Customize” > “Colors” > “Tagline Color”.

    Or, you can use CSS to change it:

    .site-tagline { color: #000000; }

    Also, you can change its font size from “Appearance” > “Customize” > “Site Identity”.

    Thread Starter fixing2022

    (@fixing2022)

    Strange I didn’t notice that. Thank you.

    Is there any way to make the tagline bold?

    Theme Author ScriptsTown

    (@scriptstown)

    You can use the CSS:

    .site-tagline { font-weight: bold; }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site tag line colour’ is closed to new replies.