Home Support Construction Real estate Pro Change title color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6784
    Patrick Clarke
    Participant

    Hi,
    Can you tell me what CSS to use or how to change the title for my site
    https://66belltownlofts.com/

    I need to change title that says “66 belltown lofts” from its curent blue color to #07787e

    #6785
    Updated Developer
    Participant

    Hi,

    Add the following CSS to change the logo title color. Follow the steps below to add the CSS

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.

    #header .logo h1 a {
    color: #07787e;
    }

    Many Thanks

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