Change Text Colour

Home Forums Omega Child Change Text Colour

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2457
    hardcab
    Participant

    Hi, this is my first time posting here. First off let me say I really like your Church Theme.

    What I want to do is to be able to change the size and colour of the Site Title and Tagline without affecting anything else. I have worked out how to change the tagline colour but that also changes my menu background.

    Is it possible to change just the Site Title and also the tagline. However I am most interested in the Site Title.

    #2459
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and drop this to change site title color and size

    .site-title a, .site-title a:hover {
      color: #000;
      font-size: 40px; 
    }

    and this is to change site description

    .site-description {
      color: #000;
      font-size: 25px; 
    }
    #2463
    hardcab
    Participant

    Thnx heaps it worked great

Viewing 3 posts - 1 through 3 (of 3 total)

You must login to reply to this topic.